Perl-Critic / PPI

53 stars 44 forks source link

Misc docs changes #138

Closed moregan closed 9 years ago

moregan commented 9 years ago

Made a pass through PPI.pm documentation, adjusting references to old revision control systems and development practices. Removed or replaced all references to Parse::Perl as an live project. Contributions/corrections welcome. (All of README.md shows up as modified due to file regeneration changing \r\n to \n.)

Documented the fact that calling PPI::Token::Quote::Double::simplify does not require the caller to also call the document's flush_locations.

Fixed a handful of typos.

wchristian commented 9 years ago

All of that looks good, merged as it is. :)

As for:

All of README.md shows up as modified due to file regeneration changing \r\n to \n.

That's a good catch, on the next release i'll need to make sure the tooling keeps it as \n.