The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
2009-10-09 23:04  cvs

	* lib/LEOCHARRE/: CLI2.pm, CLI2.pod: Added a slurp, burp, yn()
	  (prompting), YAML loaded, Cwd.  Noted in docs.  Added tests for
	  these extras.  Also added sq() for String::ShellQuote, really
	  useful.

2009-09-17 17:42  cvs

	* README, lib/LEOCHARRE/CLI2.pm, lib/LEOCHARRE/CLI2.pod: Improved
	  README file, some people say they look at the README file before
	  they check out the POD on cpan to see what the heck the distro is
	  about, humph.. but..	ok..

	  Cleaned up documentation in pod.

	  This module uses some magick for automatically detecting and
	  triggering on -h, -v etc..  So, under #!/usr/bin/perl -w was
	  emitting some false warnings. Took care of that.

2009-04-23 16:08  cvs

	* lib/LEOCHARRE/CLI2.pm, lib/LEOCHARRE/CLI2.pod, t/testfile.pl:
	  added a way to define parent package and manpage to look inside,
	  for help usage

2009-04-23 15:50  cvs

	* lib/LEOCHARRE/CLI2.pm, lib/LEOCHARRE/CLI2.pod, t/testfile.pl:
	  added a way to include a description for the script, to include
	  in the usage() that is autogenerated

2009-03-18 15:16  cvs

	* t/: examplescript1.pl, examplescript2.pl, examplescript3.pl:
	  added some example scripts to show how useful this module is to
	  me

2009-03-18 14:43  cvs

	* lib/LEOCHARRE/CLI2.pod: updating doc

2009-03-17 14:25  cvs

	* MANIFEST, Makefile.PL, lib/LEOCHARRE/CLI2.pm, t/00_no_opts.t,
	  t/01_withopts.t, t/05_symdump.t: Initial revision