[libinline-java-perl] 92/398: *** empty log message ***

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:42:53 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 ac04f0047bc036191b14c14661db3a07266c5829
Author: Patrick LeBoutillier <patl at cpan.org>
Date:   Thu May 31 20:22:14 2001 +0000

    *** empty log message ***
---
 Java/Makefile.PL | 6 ++++--
 Makefile.PL      | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/Java/Makefile.PL b/Java/Makefile.PL
index 62ccaf1..23512f1 100644
--- a/Java/Makefile.PL
+++ b/Java/Makefile.PL
@@ -21,8 +21,10 @@ my $java_lib = 			undef ;
 my $java_so = 			undef ;
 
 
-my $jvm_lib = ($^O eq "MSWin32" ? "jvm.lib" : "libjvm.so") ;
-my $jvm_so =  ($^O eq "MSWin32" ? "jvm.dll" : "libjvm.so") ;
+my $jvm_lib = 
+	((($^O eq "MSWin32")||($^O eq "cygwin")) ? "jvm.lib" : "libjvm.so") ;
+my $jvm_so = 
+	((($^O eq "MSWin32")||($^O eq "cygwin")) ? "jvm.dll" : "libjvm.so") ;
 
 
 if ($JNI_BUILD){
diff --git a/Makefile.PL b/Makefile.PL
index 7e1de21..c312c66 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -25,7 +25,7 @@ WriteMakefile(
 	NAME => 'Inline::Java',
 	VERSION_FROM => 'Java.pm',
 	PREREQ_PM => {
-		Inline	=> 0.31
+		Inline	=> 0.40
 	},
 	clean => {FILES => '_Inline_test/'},
 ) ;

-- 
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