The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

LEOCHARRE::Dev

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.