The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
version 0.004; 2017-07-30

  * new "return_path" option to report pathnames

  * no longer include a Makefile.PL in the distribution

  * in documentation, use four-column indentation for all verbatim
    material

  * in META.{yml,json}, point to public bug tracker

  * reformat module code with four-column indentation

  * convert .cvsignore to .gitignore

version 0.003; 2011-04-09

  * new "use_pod_dir" option for POD documentation in a subdirectory

  * check for required Perl version at runtime

  * use full stricture in test suite

  * in Build.PL, explicitly declare configure-time requirements

  * remove bogus "exit 0" from Build.PL

  * include META.json in distribution

  * add MYMETA.json and MYMETA.yml to .cvsignore

version 0.002; 2009-05-20

  * bugfix: avoid unreliable "\w" in regexps in code

  * portable filename handling using File::Spec, to work on non-Unix
    systems

  * use "parent" pragma to import Exporter behaviour

  * in documentation, use the term "truth value" instead of the less
    precise "boolean"

  * test POD syntax and coverage

  * build with Module::Build instead of ExtUtils::MakeMaker

  * complete dependency list

  * include signature in distribution

  * in documentation, separate "license" section from "copyright" section

version 0.001; 2006-06-29

  * new "trivial_syntax" option for pseudo-bareword syntax

  * versioned dependency on IO::Dir

  * typo fix in documentation

version 0.000; 2004-06-20

  * initial released version