Skip to content
schwern edited this page Mar 6, 2013 · 10 revisions

How To Change This Document And Our Style

Checking and Correcting Style

  • Anyone can correct the code to better match style.
  • Running ./Build tidy and ./Build critic will run perltidy and perlcritic respectively.

Testing

  • Tests should use Test::Most.
  • Tests should use perl5i::latest, not perl5i::2. This will make creating a new major version easier.
  • Tests should have a #! line.
Clone this wiki locally