mirror of
https://codeberg.org/scip/Data-Validate-Struct.git
synced 2025-12-17 04:31:01 +01:00
first commit
This commit is contained in:
23
Makefile.PL
Normal file
23
Makefile.PL
Normal file
@@ -0,0 +1,23 @@
|
||||
#
|
||||
# Makefile.PL - build file for Date::Validate::Struct
|
||||
#
|
||||
# Copyright (c) 2007-2013 Thomas Linden <tom |AT| cpan.org>.
|
||||
# All Rights Reserved. Std. disclaimer applies.
|
||||
# Artificial License, same as perl itself. Have fun.
|
||||
#
|
||||
|
||||
use ExtUtils::MakeMaker;
|
||||
|
||||
WriteMakefile(
|
||||
NAME => 'Data::Validate::Struct',
|
||||
VERSION_FROM => 'Struct.pm',
|
||||
clean => { FILES => '*~ */*~' },
|
||||
PREREQ_PM => {
|
||||
'Regexp::Common' => 0,
|
||||
'Data::Validate' => '0.06',
|
||||
'Data::Validate::IP' => '0.18',
|
||||
},
|
||||
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
|
||||
test => { TESTS => 't/*.t' }
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user