
LEOCHARRE::Dev

This package is a collection of modules and scripts to aid in development.

These subs are contained in the main module. None are exported by default.
Argument is abs path to dist directory. If no argument provided, uses Cwd. Returns abs path resolved by Cww::abs_path
my $abs_dist = is_pmdist();
my $abs_dist = is_pmdist('./dev/My-Module');
We deem a directory to be a distro if a Makefile.PL file is present therein.
Argument is path to distro dir. If left out, tries to use is_pmdist(). Returns list of files relative to dist dir, with no leading slash. (not array ref).
Leaves out CVS entries.

A number of useful perl module tools are present to aid in development.