Skip to content

Commit be467a6

Browse files
Chris Whitecxw42
Chris White
authored andcommitted
Updated docs: issues links, copyright dates, authors
- Added the GitHub issues link alongside the the CPAN issues link - Updated copyright dates - Synced the author and copyright information in lib/ and script/
1 parent a4b9c57 commit be467a6

File tree

3 files changed

+49
-10
lines changed

3 files changed

+49
-10
lines changed

README.pod

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ explicit version dependencies.
134134

135135
B<However> it is exceedingly easy to add a new syntax check, so if you
136136
find something this is missing, copy and paste one of the existing
137-
5 line checking functions, modify it to find what you want, and report it
138-
to rt.cpan.org, along with the version needed.
137+
5 line checking functions, modify it to find what you want, and report it,
138+
along with the version needed.
139139

140140
I don't even need an entire diff... just the function and version.
141141

@@ -158,16 +158,28 @@ C<package NAME VERSION;>, C<...>, and C<use feature ':5.12'>)>
158158

159159
=head1 SUPPORT
160160

161-
All bugs should be filed via the CPAN bug tracker at
161+
Bugs can be filed via the CPAN or GitHub bug trackers:
162+
163+
=over
164+
165+
=item *
162166

163167
L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Perl-MinimumVersion>
164168

169+
=item *
170+
171+
L<https://github.com/neilb/Perl-MinimumVersion/issues>
172+
173+
=back
174+
165175
For other issues, or commercial enhancement or support, contact the author.
166176

167177
=head1 AUTHORS
168178

169179
Adam Kennedy E<lt>[email protected]<gt>
170180

181+
Neil Bowers E<lt>[email protected]<gt>
182+
171183
=head1 SEE ALSO
172184

173185
L<perlver> - the command-line script for running C<Perl::MinimumVersion>
@@ -185,6 +197,7 @@ L<https://github.com/neilbowers/Perl-MinimumVersion>
185197
=head1 COPYRIGHT
186198

187199
Copyright 2005 - 2014 Adam Kennedy.
200+
Copyright 2015 - 2023 Neil Bowers and contributors.
188201

189202
This program is free software; you can redistribute
190203
it and/or modify it under the same terms as Perl itself.

lib/Perl/MinimumVersion.pm

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,8 +1155,8 @@ explicit version dependencies.
11551155
11561156
B<However> it is exceedingly easy to add a new syntax check, so if you
11571157
find something this is missing, copy and paste one of the existing
1158-
5 line checking functions, modify it to find what you want, and report it
1159-
to rt.cpan.org, along with the version needed.
1158+
5 line checking functions, modify it to find what you want, and report it,
1159+
along with the version needed.
11601160
11611161
I don't even need an entire diff... just the function and version.
11621162
@@ -1179,16 +1179,28 @@ C<package NAME VERSION;>, C<...>, and C<use feature ':5.12'>)>
11791179
11801180
=head1 SUPPORT
11811181
1182-
All bugs should be filed via the CPAN bug tracker at
1182+
Bugs can be filed via the CPAN or GitHub bug trackers:
1183+
1184+
=over
1185+
1186+
=item *
11831187
11841188
L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Perl-MinimumVersion>
11851189
1190+
=item *
1191+
1192+
L<https://github.com/neilb/Perl-MinimumVersion/issues>
1193+
1194+
=back
1195+
11861196
For other issues, or commercial enhancement or support, contact the author.
11871197
11881198
=head1 AUTHORS
11891199
11901200
Adam Kennedy E<lt>[email protected]E<gt>
11911201
1202+
Neil Bowers E<lt>[email protected]E<gt>
1203+
11921204
=head1 SEE ALSO
11931205
11941206
L<perlver> - the command-line script for running C<Perl::MinimumVersion>
@@ -1206,6 +1218,7 @@ L<https://github.com/neilbowers/Perl-MinimumVersion>
12061218
=head1 COPYRIGHT
12071219
12081220
Copyright 2005 - 2014 Adam Kennedy.
1221+
Copyright 2015 - 2023 Neil Bowers and contributors.
12091222
12101223
This program is free software; you can redistribute
12111224
it and/or modify it under the same terms as Perl itself.

script/perlver

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -404,23 +404,36 @@ sub dist ($) {
404404
405405
=head1 SUPPORT
406406
407-
All bugs should be filed via the bug tracker at
407+
Bugs can be filed via the CPAN or GitHub bug trackers:
408+
409+
=over
410+
411+
=item *
408412
409413
L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Perl-MinimumVersion>
410414
411-
For other issues, or commercial enhancement and support, contact the author
415+
=item *
416+
417+
L<https://github.com/neilb/Perl-MinimumVersion/issues>
418+
419+
=back
420+
421+
For other issues, or commercial enhancement or support, contact the author.
412422
413423
=head1 AUTHORS
414424
415-
Adam Kennedy <[email protected]>
425+
Adam Kennedy E<lt>[email protected]E<gt>
426+
427+
Neil Bowers E<lt>[email protected]E<gt>
416428
417429
=head1 SEE ALSO
418430
419431
L<PPI>, L<Perl::MinimumVersion>
420432
421433
=head1 COPYRIGHT
422434
423-
Copyright 2005 - 2012 Adam Kennedy.
435+
Copyright 2005 - 2014 Adam Kennedy.
436+
Copyright 2015 - 2023 Neil Bowers and contributors.
424437
425438
This program is free software; you can redistribute
426439
it and/or modify it under the same terms as Perl itself.

0 commit comments

Comments
 (0)