line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
1
|
|
|
|
|
|
|
package Dist::Zilla::BeLike::CSJEWELL; |
2
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
1627
|
use 5.008003; |
|
1
|
|
|
|
|
4
|
|
4
|
1
|
|
|
1
|
|
8
|
use warnings; |
|
1
|
|
|
|
|
1
|
|
|
1
|
|
|
|
|
42
|
|
5
|
1
|
|
|
1
|
|
7
|
use strict; |
|
1
|
|
|
|
|
2
|
|
|
1
|
|
|
|
|
55
|
|
6
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
our $VERSION = '0.994'; |
8
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
# Documentation module only. |
10
|
|
|
|
|
|
|
|
11
|
|
|
|
|
|
|
1; # Magic true value required at end of module |
12
|
|
|
|
|
|
|
__END__ |
13
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
=pod |
15
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
=begin readme text |
17
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
Dist::Zilla::BeLike::CSJEWELL version 0.994 |
19
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
=end readme |
21
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
=for readme stop |
23
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
=head1 NAME |
25
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
Dist::Zilla::BeLike::CSJEWELL - Build a modern dist like CSJEWELL does it. |
27
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
=head1 VERSION |
29
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
This document describes Dist::Zilla::BeLike::CSJEWELL version 0.994. |
31
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
=for readme continue |
33
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
=head1 INSTALLATION |
35
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
To install this module, run the following commands: |
37
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
perl Makefile.PL |
39
|
|
|
|
|
|
|
make |
40
|
|
|
|
|
|
|
make test |
41
|
|
|
|
|
|
|
make install |
42
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
This method of installation will require a current version of Module::Build |
44
|
|
|
|
|
|
|
if it is not already installed. |
45
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
Alternatively, to install with Module::Build, you can use the following commands: |
47
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
perl Build.PL |
49
|
|
|
|
|
|
|
./Build |
50
|
|
|
|
|
|
|
./Build test |
51
|
|
|
|
|
|
|
./Build install |
52
|
|
|
|
|
|
|
|
53
|
|
|
|
|
|
|
=for readme stop |
54
|
|
|
|
|
|
|
|
55
|
|
|
|
|
|
|
=head1 SYNOPSIS |
56
|
|
|
|
|
|
|
|
57
|
|
|
|
|
|
|
# After 'dzil setup' |
58
|
|
|
|
|
|
|
dzil configure_csjewell |
59
|
|
|
|
|
|
|
|
60
|
|
|
|
|
|
|
# To create a module |
61
|
|
|
|
|
|
|
dzil new -P CSJEWELL Your::Module |
62
|
|
|
|
|
|
|
|
63
|
|
|
|
|
|
|
=head1 DESCRIPTION |
64
|
|
|
|
|
|
|
|
65
|
|
|
|
|
|
|
This sets up defaults for C<dzil new> to create a dist like CSJEWELL does |
66
|
|
|
|
|
|
|
it, including a dist.ini that does the release steps that CSJEWELL requires. |
67
|
|
|
|
|
|
|
|
68
|
|
|
|
|
|
|
=head1 CONFIGURATION AND ENVIRONMENT |
69
|
|
|
|
|
|
|
|
70
|
|
|
|
|
|
|
The configuration questions are asked for in the C<dzil configure_CSJEWELL> command. |
71
|
|
|
|
|
|
|
|
72
|
|
|
|
|
|
|
=for readme continue |
73
|
|
|
|
|
|
|
|
74
|
|
|
|
|
|
|
=head1 DEPENDENCIES |
75
|
|
|
|
|
|
|
|
76
|
|
|
|
|
|
|
This module depends on L<Dist::Zilla|Dist::Zilla> version 6.012 or greater, |
77
|
|
|
|
|
|
|
L<Dist::Zilla::Plugin::Git|Dist::Zilla::Plugin::Git>, |
78
|
|
|
|
|
|
|
L<Dist::Zilla::Plugin::Twitter|Dist::Zilla::Plugin::Twitter>, ... |
79
|
|
|
|
|
|
|
|
80
|
|
|
|
|
|
|
=for readme stop |
81
|
|
|
|
|
|
|
|
82
|
|
|
|
|
|
|
=head1 INCOMPATIBILITIES |
83
|
|
|
|
|
|
|
|
84
|
|
|
|
|
|
|
None reported. |
85
|
|
|
|
|
|
|
|
86
|
|
|
|
|
|
|
=head1 BUGS AND LIMITATIONS |
87
|
|
|
|
|
|
|
|
88
|
|
|
|
|
|
|
No bugs have been reported. |
89
|
|
|
|
|
|
|
|
90
|
|
|
|
|
|
|
Bugs should be reported via: |
91
|
|
|
|
|
|
|
|
92
|
|
|
|
|
|
|
1) The CPAN bug tracker at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Dist-Zilla-BeLike-CSJEWELL> |
93
|
|
|
|
|
|
|
if you have an account there. |
94
|
|
|
|
|
|
|
|
95
|
|
|
|
|
|
|
2) Email to E<lt>bug-Dist-Zilla-BeLike-CSJEWELL@rt.cpan.orgE<gt> if you do not. |
96
|
|
|
|
|
|
|
|
97
|
|
|
|
|
|
|
=head1 AUTHOR |
98
|
|
|
|
|
|
|
|
99
|
|
|
|
|
|
|
Curtis Jewell <CSJewell@cpan.org> |
100
|
|
|
|
|
|
|
|
101
|
|
|
|
|
|
|
=for readme continue |
102
|
|
|
|
|
|
|
|
103
|
|
|
|
|
|
|
=head1 LICENSE AND COPYRIGHT |
104
|
|
|
|
|
|
|
|
105
|
|
|
|
|
|
|
Copyright (c) 2010, 2014, 2021 Curtis Jewell C<< CSJewell@cpan.org >>. |
106
|
|
|
|
|
|
|
|
107
|
|
|
|
|
|
|
This module is free software; you can redistribute it and/or |
108
|
|
|
|
|
|
|
modify it under the same terms as Perl itself, either version |
109
|
|
|
|
|
|
|
5.8.1 or any later version. See L<perlartistic|perlartistic> |
110
|
|
|
|
|
|
|
and L<perlgpl|perlgpl>. |
111
|
|
|
|
|
|
|
|
112
|
|
|
|
|
|
|
The full text of the license can be found in the |
113
|
|
|
|
|
|
|
LICENSE file included with this module. |
114
|
|
|
|
|
|
|
|
115
|
|
|
|
|
|
|
=for readme stop |
116
|
|
|
|
|
|
|
|
117
|
|
|
|
|
|
|
=head1 DISCLAIMER OF WARRANTY |
118
|
|
|
|
|
|
|
|
119
|
|
|
|
|
|
|
BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY |
120
|
|
|
|
|
|
|
FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN |
121
|
|
|
|
|
|
|
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES |
122
|
|
|
|
|
|
|
PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER |
123
|
|
|
|
|
|
|
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
124
|
|
|
|
|
|
|
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE |
125
|
|
|
|
|
|
|
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH |
126
|
|
|
|
|
|
|
YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL |
127
|
|
|
|
|
|
|
NECESSARY SERVICING, REPAIR, OR CORRECTION. |
128
|
|
|
|
|
|
|
|
129
|
|
|
|
|
|
|
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING |
130
|
|
|
|
|
|
|
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR |
131
|
|
|
|
|
|
|
REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENCE, BE |
132
|
|
|
|
|
|
|
LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, |
133
|
|
|
|
|
|
|
OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE |
134
|
|
|
|
|
|
|
THE SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING |
135
|
|
|
|
|
|
|
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A |
136
|
|
|
|
|
|
|
FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF |
137
|
|
|
|
|
|
|
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF |
138
|
|
|
|
|
|
|
SUCH DAMAGES. |