Leo Charre > LEOCHARRE-Dev-1.11 > LEOCHARRE::Dev

Download:
LEOCHARRE-Dev-1.11.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 1.11   Source   Latest Release: LEOCHARRE-Dev-1.13

NAME ^

LEOCHARRE::Dev

DESCRIPTION ^

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

SUBS ^

These subs are contained in the main module. None are exported by default.

is_pmdist()

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.

ls_pmdist()

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.

Executables ^

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