Daniel Browning > Business-Shipping > Makefile.PL

Download:
Business-Shipping-3.1.0.tar.gz

Annotate this POD

CPAN RT

Open  0
View/Report Bugs
Source  

USAGE ^

 perl Makefile.PL [--use_defaults=<1|0>] [-u=<1|0>]
 
 -u=1 or --use_defaults=1: Use default values, do not ask for values.  
 
 This option is only available if you have Getopt::Long installed.

METHODS ^

subst( files => [ ], variables => { } )

Converts variables, like so:

 $a = '~_~SUPPORT_FILES_DIR~_~';

into

 $a = '/blah/blah/';
syntax highlighting: