mirror of
https://codeberg.org/scip/Data-Validate-Struct.git
synced 2025-12-17 12:41:09 +01:00
Added fields to Makefile.PL
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
NEXT
|
||||||
|
o Added AUTHOR, LICENSE and ABSTRACT fields to Makefile.PL
|
||||||
|
o Fixed 'Artistic' typo in Makefile.PL
|
||||||
|
|
||||||
0.08
|
0.08
|
||||||
o applied patches by Per Carlson:
|
o applied patches by Per Carlson:
|
||||||
- don't die on 1st error, rather collect them and
|
- don't die on 1st error, rather collect them and
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
#
|
#
|
||||||
# Copyright (c) 2007-2014 T. v.Dein <tom |AT| cpan.org>.
|
# Copyright (c) 2007-2014 T. v.Dein <tom |AT| cpan.org>.
|
||||||
# All Rights Reserved. Std. disclaimer applies.
|
# All Rights Reserved. Std. disclaimer applies.
|
||||||
# Artificial License, same as perl itself. Have fun.
|
# Artistic License, same as perl itself. Have fun.
|
||||||
#
|
#
|
||||||
|
|
||||||
use ExtUtils::MakeMaker;
|
use ExtUtils::MakeMaker;
|
||||||
@@ -11,6 +11,12 @@ use ExtUtils::MakeMaker;
|
|||||||
WriteMakefile(
|
WriteMakefile(
|
||||||
NAME => 'Data::Validate::Struct',
|
NAME => 'Data::Validate::Struct',
|
||||||
VERSION_FROM => 'Struct.pm',
|
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 => '*~ */*~' },
|
clean => { FILES => '*~ */*~' },
|
||||||
PREREQ_PM => {
|
PREREQ_PM => {
|
||||||
'Regexp::Common' => 0,
|
'Regexp::Common' => 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user