data-path/Makefile.PL
jeremy bd812b7357 Import of original from CPAN
darcs-hash:20070826024820-f4041-398ec2fd305416e5da8a1ff7524a7fefd671a842.gz
2007-08-25 21:48:20 -05:00

11 lines
165 B
Perl

use inc::Module::Install;
name 'Data-Path';
perl_version '5.006';
all_from 'lib/Data/Path';
build_requires 'Test::More' => '0.7';
WriteAl;