mirror of
https://github.com/zaphar/data-path.git
synced 2025-07-21 20:29:48 -04:00
15 lines
328 B
Perl
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;
|