svn: dirvish_1_3_1/Makefile.PL
File:
[svn] /
dirvish_1_3_1 / Makefile.PL
(
download)
Revision:
70,
Sun Nov 12 08:31:39 2006 UTC (3 years, 9 months ago) by
keithl
File size: 543 byte(s)
new tar.gz file
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
'PL_FILES' => {},
'INSTALLDIRS' => 'site',
'NAME' => 'dirvish',
'EXE_FILES' => [],
'VERSION_FROM' => 'lib/dirvish.pm',
'PREREQ_PM' => {
'Getopt::Long' => 0,
'Time::Period' => 0,
'Time::ParseDate' => 0,
'File::Find' => 0
}
)
;