Revision history for Perl module Module::List
0.005 2025-03-30 NEILB
*
Added a bunch of relevant modules to SEE ALSO.
*
Switched to Dist::Zilla
0.004 2017-07-30 ZEFRAM
*
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
0.003 2011-04-09 ZEFRAM
*
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
0.002 2009-05-20 ZEFRAM
*
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
0.001 2006-06-29 ZEFRAM
*
new "trivial_syntax" option for pseudo-bareword syntax
*
versioned dependency on IO::Dir
*
typo fix in documentation
0.000 2004-06-20 ZEFRAM
*
initial released version