mirror of
https://codeberg.org/scip/Data-Validate-Struct.git
synced 2025-12-17 04:31:01 +01:00
bump version, <tab> => spc
This commit is contained in:
30
Makefile.PL
30
Makefile.PL
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# Makefile.PL - build file for Date::Validate::Struct
|
||||
#
|
||||
# Copyright (c) 2007-2014 T. v.Dein <tom |AT| cpan.org>.
|
||||
# Copyright (c) 2007-2016 T. v.Dein <tom |AT| cpan.org>.
|
||||
# All Rights Reserved. Std. disclaimer applies.
|
||||
# Artistic License, same as perl itself. Have fun.
|
||||
#
|
||||
@@ -9,27 +9,27 @@
|
||||
use ExtUtils::MakeMaker;
|
||||
|
||||
WriteMakefile(
|
||||
NAME => 'Data::Validate::Struct',
|
||||
VERSION_FROM => 'Struct.pm',
|
||||
NAME => 'Data::Validate::Struct',
|
||||
VERSION_FROM => 'Struct.pm',
|
||||
ABSTRACT => 'Validate recursive hash structures',
|
||||
LICENSE => 'perl',
|
||||
AUTHOR => [
|
||||
'Thomas v.Dein <tom@cpan.org>',
|
||||
'Per Carlson <pelle@cpan.org>',
|
||||
],
|
||||
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' },
|
||||
'Thomas v.Dein <tom@cpan.org>',
|
||||
'Per Carlson <pelle@cpan.org>',
|
||||
],
|
||||
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' },
|
||||
'META_MERGE' => {
|
||||
resources => {
|
||||
repository => 'https://github.com/TLINDEN/Data-Validate-Struct',
|
||||
},
|
||||
},
|
||||
|
||||
);
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user