data-path/Makefile.PL
jeremy 3929453f7b added method and object referencing to the path syntax
darcs-hash:20070911002740-f4041-8655167061669026b115f44cfb91965946fce7aa.gz
2007-09-10 19:27:40 -05:00

15 lines
328 B
Perl

use inc::Module::Install;
name 'Data-Path';
perl_version '5.006';
all_from 'lib/Data/Path.pm';
requires 'Carp' => '0';
requires 'Scalar::Util' => '0';
build_requires 'Test::More' => '0.7';
build_requires 'Test::MockObject' => '1.08';
WriteAll;