[libinline-java-perl] 392/398: Update metadata - git repo, Inline version.
Jonas Smedegaard
dr at jones.dk
Thu Feb 26 11:43:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to tag 0.55
in repository libinline-java-perl.
commit 5c78904808f04f2a857ed83982a5f797a6ab812a
Author: Ed J <mohawk2 at users.noreply.github.com>
Date: Tue Sep 9 02:19:46 2014 +0100
Update metadata - git repo, Inline version.
---
Makefile.PL | 19 +++++++++++++++----
1 file changed, 15 insertions(+), 4 deletions(-)
diff --git a/Makefile.PL b/Makefile.PL
index 6ed46c5..ea4fbc8 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -197,9 +197,11 @@ my $perlinterp_test = File::Spec->catdir('Java', 'PerlInterpreter', '_Inline_tes
WriteMakefile(
NAME => 'Inline::Java',
VERSION_FROM => 'Java.pm',
+ MIN_PERL_VERSION => '5.008',
DIR => ['Java'],
PREREQ_PM => {
- Inline => 0.44,
+ Inline => 0.68,
+ 'Inline::C' => 0.62,
Test => 1.13,
'MIME::Base64' => 0,
},
@@ -210,9 +212,18 @@ WriteMakefile(
$user_arch => File::Spec->catfile('$(INST_LIBDIR)', $user_arch),
},
clean => {FILES => "$def_jdk _Inline_test $natives_test $perlinterp_test $obj_dir $server_arch $user_arch java.ts"},
- ($] >= 5.005 ? ## Add these new keywords supported since 5.005
- (ABSTRACT_FROM => 'Java.pod', # retrieve abstract from module
- AUTHOR => 'Patrick LeBoutillier <patl at cpan.org>') : ()),
+ ABSTRACT_FROM => 'Java.pod', # retrieve abstract from module
+ AUTHOR => 'Patrick LeBoutillier <patl at cpan.org>',
+ META_MERGE => {
+ "meta-spec" => { version => 2 },
+ resources => {
+ repository => {
+ type => 'git',
+ url => 'https://github.com/ingydotnet/Inline-Java',
+ web => 'https://github.com/ingydotnet/Inline-Java',
+ },
+ },
+ },
) ;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libinline-java-perl.git
More information about the Pkg-perl-cvs-commits
mailing list