Skip to content

Commit 3208e1f

Browse files
committed
Issue #40: remove referenes to rt.cpan.org
1 parent 2105e12 commit 3208e1f

30 files changed

+5
-58
lines changed

Changes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Revision history for Perl extension PPI
77
- Moved repository to GitHub: https://github.com/adamkennedy/PPI
88

99
Details:
10+
- Stop directing bugs to rt.cpan.org (GitHub #40) (MOREGAN)
1011
- Fix documentation reference to List::Util (RT #75308) (RWSTAUNER)
1112
- Improve scalability of parsing long lines, and remove the size
1213
limit on documents PPI will parse (GitHub #5) (MITHALDU)

lib/PPI.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -756,10 +756,10 @@ For large changes though, please consider creating a branch so that they
756756
can be properly reviewed and trialed before being applied to the trunk.
757757
758758
If you cannot provide a direct test or fix, or don't have time to do so,
759-
then regular bug reports are still accepted and appreciated via the CPAN
760-
bug tracker.
759+
then regular bug reports are still accepted and appreciated via the
760+
GitHub bug tracker.
761761
762-
L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=PPI>
762+
L<https://github.com/adamkennedy/PPI/issues>
763763
764764
For other issues or questions, contact the C<Parse::Perl> project mailing
765765
list.

lib/PPI/Statement/Given.pm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ described in L<perlsyn>.
2929
C<PPI::Statement::Given> has no methods beyond those provided by the
3030
standard L<PPI::Structure>, L<PPI::Node> and L<PPI::Element> methods.
3131
32-
Got any ideas for methods? Submit a report to rt.cpan.org!
33-
3432
=cut
3533

3634
use strict;

lib/PPI/Statement/When.pm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ statements, as described in L<perlsyn>.
3737
C<PPI::Structure::When> has no methods beyond those provided by the
3838
standard L<PPI::Structure>, L<PPI::Node> and L<PPI::Element> methods.
3939
40-
Got any ideas for methods? Submit a report to rt.cpan.org!
41-
4240
=cut
4341

4442
use strict;

lib/PPI/Structure/Block.pm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ and any other block braces.
3838
C<PPI::Structure::Block> has no methods beyond those provided by the
3939
standard L<PPI::Structure>, L<PPI::Node> and L<PPI::Element> methods.
4040
41-
Got any ideas for methods? Submit a report to rt.cpan.org!
42-
4341
=cut
4442

4543
use strict;

lib/PPI/Structure/Condition.pm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ that represent boolean contexts used in various conditions.
3333
C<PPI::Structure::Condition> has no methods beyond those provided by
3434
the standard L<PPI::Structure>, L<PPI::Node> and L<PPI::Element> methods.
3535
36-
Got any ideas for methods? Submit a report to rt.cpan.org!
37-
3836
=cut
3937

4038
use strict;

lib/PPI/Structure/Constructor.pm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ reference of C<HASH> reference constructors.
2828
C<PPI::Structure::Constructor> has no methods beyond those provided by
2929
the standard L<PPI::Structure>, L<PPI::Node> and L<PPI::Element> methods.
3030
31-
Got any ideas for methods? Submit a report to rt.cpan.org!
32-
3331
=cut
3432

3533
use strict;

lib/PPI/Structure/For.pm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ contain the three part C<for> expression.
2929
C<PPI::Structure::For> has no methods beyond those provided by the
3030
standard L<PPI::Structure>, L<PPI::Node> and L<PPI::Element> methods.
3131
32-
Got any ideas for methods? Submit a report to rt.cpan.org!
33-
3432
=cut
3533

3634
use strict;

lib/PPI/Structure/Given.pm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ contain the thing to be matched in a switch statement.
2929
C<PPI::Structure::Given> has no methods beyond those provided by the
3030
standard L<PPI::Structure>, L<PPI::Node> and L<PPI::Element> methods.
3131
32-
Got any ideas for methods? Submit a report to rt.cpan.org!
33-
3432
=cut
3533

3634
use strict;

lib/PPI/Structure/List.pm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ represent lists, and related.
3131
C<PPI::Structure::List> has no methods beyond those provided by the
3232
standard L<PPI::Structure>, L<PPI::Node> and L<PPI::Element> methods.
3333
34-
Got any ideas for methods? Submit a report to rt.cpan.org!
35-
3634
=cut
3735

3836
use strict;

0 commit comments

Comments
 (0)