Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the PPI CPAN distribution.

Report information
The Basics
Id: 20428
Status: resolved
Priority: 0/
Queue: PPI

People
Owner: Nobody in particular
Requestors: amoore [...] mooresystems.com
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.115
Fixed in: (no value)



Subject: minor doc bug in PPI::Token::Symbol
I believe that the ineritance tree described in PPI::Token::Symbol has a typo. Around line 11, it says that: PPI::Token::Word isa PPI::Token isa PPI::Element I believe it should be PPI::Token::Symbol isa PPI::Token isa PPI::Element World's smallest patch against svn attached. Please let me know the best way to report these trivial problems. I may run across more since I seem to read docs repeatedly a lot. Thanks! -Andy
Subject: Symbol.pm.docpatch
Index: lib/PPI/Token/Symbol.pm =================================================================== --- lib/PPI/Token/Symbol.pm (revision 795) +++ lib/PPI/Token/Symbol.pm (working copy) @@ -8,7 +8,7 @@ =head1 INHERITANCE - PPI::Token::Word + PPI::Token::Symbol isa PPI::Token isa PPI::Element
Fixed