services: services/perl Makefile.PL
Status: Pre-Alpha
Brought to you by:
jgsmith
From: <app...@li...> - 2001-07-20 04:04:31
|
jgsmith 01/07/19 21:04:31 Added: perl Makefile.PL Log: Initial checkin Revision Changes Path 1.1 services/perl/Makefile.PL Index: Makefile.PL =================================================================== use ExtUtils::MakeMaker; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( 'NAME' => 'AppSwitch::Services', 'VERSION_FROM' => 'lib/AppSwitch/Services.pm', # finds $VERSION 'dist' => { COMPRESS=>"gzip", SUFFIX=>"gz" }, ); |