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