| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package Module::Release::CSJEWELL; |
|
2
|
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
35967
|
use 5.006001; |
|
|
1
|
|
|
|
|
4
|
|
|
|
1
|
|
|
|
|
47
|
|
|
4
|
1
|
|
|
1
|
|
6
|
use warnings; |
|
|
1
|
|
|
|
|
10
|
|
|
|
1
|
|
|
|
|
37
|
|
|
5
|
1
|
|
|
1
|
|
6
|
use strict; |
|
|
1
|
|
|
|
|
7
|
|
|
|
1
|
|
|
|
|
84
|
|
|
6
|
|
|
|
|
|
|
|
|
7
|
|
|
|
|
|
|
our $VERSION = '0.101'; |
|
8
|
|
|
|
|
|
|
$VERSION = eval { return $VERSION }; |
|
9
|
|
|
|
|
|
|
|
|
10
|
|
|
|
|
|
|
1; # Magic true value required at end of module |
|
11
|
|
|
|
|
|
|
|
|
12
|
|
|
|
|
|
|
__END__ |
|
13
|
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
=begin readme text |
|
15
|
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
Module::Release::CSJEWELL version 0.005 |
|
17
|
|
|
|
|
|
|
|
|
18
|
|
|
|
|
|
|
=end readme |
|
19
|
|
|
|
|
|
|
|
|
20
|
|
|
|
|
|
|
=for readme stop |
|
21
|
|
|
|
|
|
|
|
|
22
|
|
|
|
|
|
|
=head1 NAME |
|
23
|
|
|
|
|
|
|
|
|
24
|
|
|
|
|
|
|
Module::Release::CSJEWELL - Plugins for Module::Release. |
|
25
|
|
|
|
|
|
|
|
|
26
|
|
|
|
|
|
|
=head1 VERSION |
|
27
|
|
|
|
|
|
|
|
|
28
|
|
|
|
|
|
|
This document describes Module::Release::CSJEWELL version 0.101 |
|
29
|
|
|
|
|
|
|
|
|
30
|
|
|
|
|
|
|
=for readme continue |
|
31
|
|
|
|
|
|
|
|
|
32
|
|
|
|
|
|
|
=head1 DESCRIPTION |
|
33
|
|
|
|
|
|
|
|
|
34
|
|
|
|
|
|
|
This distribution contains plugins for Module::Release that CSJEWELL uses |
|
35
|
|
|
|
|
|
|
in his release automation, and the script that he currently uses. |
|
36
|
|
|
|
|
|
|
|
|
37
|
|
|
|
|
|
|
=begin readme |
|
38
|
|
|
|
|
|
|
|
|
39
|
|
|
|
|
|
|
=head1 INSTALLATION |
|
40
|
|
|
|
|
|
|
|
|
41
|
|
|
|
|
|
|
To install this module, run the following commands: |
|
42
|
|
|
|
|
|
|
|
|
43
|
|
|
|
|
|
|
perl Makefile.PL |
|
44
|
|
|
|
|
|
|
make |
|
45
|
|
|
|
|
|
|
make test |
|
46
|
|
|
|
|
|
|
make install |
|
47
|
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
This method of installation will install a current version of Module::Build |
|
49
|
|
|
|
|
|
|
if it is not already installed. |
|
50
|
|
|
|
|
|
|
|
|
51
|
|
|
|
|
|
|
Alternatively, to install with Module::Build, you can use the following commands: |
|
52
|
|
|
|
|
|
|
|
|
53
|
|
|
|
|
|
|
perl Build.PL |
|
54
|
|
|
|
|
|
|
./Build |
|
55
|
|
|
|
|
|
|
./Build test |
|
56
|
|
|
|
|
|
|
./Build install |
|
57
|
|
|
|
|
|
|
|
|
58
|
|
|
|
|
|
|
=end readme |
|
59
|
|
|
|
|
|
|
|
|
60
|
|
|
|
|
|
|
=for readme stop |
|
61
|
|
|
|
|
|
|
|
|
62
|
|
|
|
|
|
|
=head1 SYNOPSIS |
|
63
|
|
|
|
|
|
|
|
|
64
|
|
|
|
|
|
|
# use Module::Release::CSJEWELL; |
|
65
|
|
|
|
|
|
|
|
|
66
|
|
|
|
|
|
|
This is a documentation-only module. Instead of this module, you'll be using |
|
67
|
|
|
|
|
|
|
specific classes in this distribution. |
|
68
|
|
|
|
|
|
|
|
|
69
|
|
|
|
|
|
|
See those classes for documentation. |
|
70
|
|
|
|
|
|
|
|
|
71
|
|
|
|
|
|
|
=head1 CONFIGURATION AND ENVIRONMENT |
|
72
|
|
|
|
|
|
|
|
|
73
|
|
|
|
|
|
|
The modules included in this distribution use the .releaserc or releaserc that is |
|
74
|
|
|
|
|
|
|
in the root directory of the distribution being released, and also use some |
|
75
|
|
|
|
|
|
|
environment variables. |
|
76
|
|
|
|
|
|
|
|
|
77
|
|
|
|
|
|
|
Specific parameters or environment variables used are mentioned in each module. |
|
78
|
|
|
|
|
|
|
|
|
79
|
|
|
|
|
|
|
=for readme continue |
|
80
|
|
|
|
|
|
|
|
|
81
|
|
|
|
|
|
|
=head1 DEPENDENCIES |
|
82
|
|
|
|
|
|
|
|
|
83
|
|
|
|
|
|
|
L<Net::Twitter|Net::Twitter> version 3.04006, L<Archive::Tar|Archive::Tar> (more to add later) |
|
84
|
|
|
|
|
|
|
|
|
85
|
|
|
|
|
|
|
=head1 WARNING |
|
86
|
|
|
|
|
|
|
|
|
87
|
|
|
|
|
|
|
This distribution is not nearly complete yet - it is still in an alpha state. |
|
88
|
|
|
|
|
|
|
|
|
89
|
|
|
|
|
|
|
=for readme stop |
|
90
|
|
|
|
|
|
|
|
|
91
|
|
|
|
|
|
|
=head1 INCOMPATIBILITIES |
|
92
|
|
|
|
|
|
|
|
|
93
|
|
|
|
|
|
|
None reported. |
|
94
|
|
|
|
|
|
|
|
|
95
|
|
|
|
|
|
|
=head1 BUGS AND LIMITATIONS |
|
96
|
|
|
|
|
|
|
|
|
97
|
|
|
|
|
|
|
No bugs have been reported. |
|
98
|
|
|
|
|
|
|
|
|
99
|
|
|
|
|
|
|
Bugs should be reported via: |
|
100
|
|
|
|
|
|
|
|
|
101
|
|
|
|
|
|
|
1) The CPAN bug tracker at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Module-Release-CSJEWELL> |
|
102
|
|
|
|
|
|
|
if you have an account there. |
|
103
|
|
|
|
|
|
|
|
|
104
|
|
|
|
|
|
|
2) Email to E<lt>bug-Module-Release-CSJEWELL@rt.cpan.orgE<gt> if you do not. |
|
105
|
|
|
|
|
|
|
|
|
106
|
|
|
|
|
|
|
=head1 SEE ALSO |
|
107
|
|
|
|
|
|
|
|
|
108
|
|
|
|
|
|
|
L<Module::Release|Module::Release> |
|
109
|
|
|
|
|
|
|
|
|
110
|
|
|
|
|
|
|
=head1 AUTHOR |
|
111
|
|
|
|
|
|
|
|
|
112
|
|
|
|
|
|
|
Curtis Jewell C<< <csjewell@cpan.org> >> |
|
113
|
|
|
|
|
|
|
|
|
114
|
|
|
|
|
|
|
=for readme continue |
|
115
|
|
|
|
|
|
|
|
|
116
|
|
|
|
|
|
|
=head1 LICENSE AND COPYRIGHT |
|
117
|
|
|
|
|
|
|
|
|
118
|
|
|
|
|
|
|
Copyright (c) 2009, Curtis Jewell C<< <csjewell@cpan.org> >>. All rights reserved. |
|
119
|
|
|
|
|
|
|
|
|
120
|
|
|
|
|
|
|
This module is free software; you can redistribute it and/or |
|
121
|
|
|
|
|
|
|
modify it under the same terms as Perl itself, either version |
|
122
|
|
|
|
|
|
|
5.8.1 or any later version. See L<perlartistic> and L<perlgpl>. |
|
123
|
|
|
|
|
|
|
|
|
124
|
|
|
|
|
|
|
The full text of the license can be found in the |
|
125
|
|
|
|
|
|
|
LICENSE file included with this module. |
|
126
|
|
|
|
|
|
|
|
|
127
|
|
|
|
|
|
|
=for readme stop |
|
128
|
|
|
|
|
|
|
|
|
129
|
|
|
|
|
|
|
=head1 DISCLAIMER OF WARRANTY |
|
130
|
|
|
|
|
|
|
|
|
131
|
|
|
|
|
|
|
BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY |
|
132
|
|
|
|
|
|
|
FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN |
|
133
|
|
|
|
|
|
|
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES |
|
134
|
|
|
|
|
|
|
PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER |
|
135
|
|
|
|
|
|
|
EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
|
136
|
|
|
|
|
|
|
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE |
|
137
|
|
|
|
|
|
|
ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH |
|
138
|
|
|
|
|
|
|
YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL |
|
139
|
|
|
|
|
|
|
NECESSARY SERVICING, REPAIR, OR CORRECTION. |
|
140
|
|
|
|
|
|
|
|
|
141
|
|
|
|
|
|
|
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING |
|
142
|
|
|
|
|
|
|
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR |
|
143
|
|
|
|
|
|
|
REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENCE, BE |
|
144
|
|
|
|
|
|
|
LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, |
|
145
|
|
|
|
|
|
|
OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE |
|
146
|
|
|
|
|
|
|
THE SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING |
|
147
|
|
|
|
|
|
|
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A |
|
148
|
|
|
|
|
|
|
FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF |
|
149
|
|
|
|
|
|
|
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF |
|
150
|
|
|
|
|
|
|
SUCH DAMAGES. |