Skip to content

Commit

Permalink
chorny's meta.yml stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jettero committed Mar 25, 2009
1 parent b1ee930 commit 43289bf
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,19 @@ WriteMakefile(
AUTHOR => 'Paul Miller <jettero@cpan.org>',
'PREREQ_PM' => {
'ExtUtils::Constant' => 0.16,
}
},

($ExtUtils::MakeMaker::VERSION ge '6.48'?
(MIN_PERL_VERSION => 5.008,
META_MERGE => {
keywords => ['posix', 'regex'],
resources=> {
repository => 'http://github.com/jettero/posix--regex/tree',
},
},

LICENSE => 'lgpl2',
) : ()),
);

my @names = (qw(
Expand Down

0 comments on commit 43289bf

Please sign in to comment.