[libinline-java-perl] 318/398: 0.48_91

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:43:18 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 53a7bf760e304b7ef457d05ac0cf515e82cc4c2f
Author: patrick_leb <>
Date:   Wed Apr 21 17:31:06 2004 +0000

    0.48_91
---
 Java.pm                         |  2 +-
 Java/Array.pm                   |  2 +-
 Java/Callback.pm                |  2 +-
 Java/Class.pm                   |  2 +-
 Java/JNI.pm                     |  2 +-
 Java/JVM.pm                     |  2 +-
 Java/Object.pm                  |  2 +-
 Java/PerlNatives/PerlNatives.pm |  2 +-
 Java/Portable.pm                | 16 ++++++++--------
 Java/Protocol.pm                |  2 +-
 META.yml                        |  2 +-
 11 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/Java.pm b/Java.pm
index c3bac5c..5bb079c 100644
--- a/Java.pm
+++ b/Java.pm
@@ -8,7 +8,7 @@ package Inline::Java ;
 use strict ;
 require 5.006 ;
 
-$Inline::Java::VERSION = '0.48_90' ;
+$Inline::Java::VERSION = '0.48_91' ;
 
 
 # DEBUG is set via the DEBUG config
diff --git a/Java/Array.pm b/Java/Array.pm
index 9b66e89..9312752 100644
--- a/Java/Array.pm
+++ b/Java/Array.pm
@@ -4,7 +4,7 @@ package Inline::Java::Array ;
 use strict ;
 use Carp ;
 
-$Inline::Java::Array::VERSION = '0.48_90' ;
+$Inline::Java::Array::VERSION = '0.48_91' ;
 
 # Here we store as keys the knots and as values our blessed objects
 my $OBJECTS = {} ;
diff --git a/Java/Callback.pm b/Java/Callback.pm
index 934d115..345b7f4 100644
--- a/Java/Callback.pm
+++ b/Java/Callback.pm
@@ -3,7 +3,7 @@ package Inline::Java::Callback ;
 use strict ;
 use Carp ;
 
-$Inline::Java::Callback::VERSION = '0.48_90' ;
+$Inline::Java::Callback::VERSION = '0.48_91' ;
 
 $Inline::Java::Callback::OBJECT_HOOK = undef ;
 
diff --git a/Java/Class.pm b/Java/Class.pm
index efb09d3..19622ea 100644
--- a/Java/Class.pm
+++ b/Java/Class.pm
@@ -3,7 +3,7 @@ package Inline::Java::Class ;
 use strict ;
 use Carp ;
 
-$Inline::Java::Class::VERSION = '0.48_90' ;
+$Inline::Java::Class::VERSION = '0.48_91' ;
 
 $Inline::Java::Class::MAX_SCORE = 10 ;
 
diff --git a/Java/JNI.pm b/Java/JNI.pm
index 8a5bf4a..855e0d3 100644
--- a/Java/JNI.pm
+++ b/Java/JNI.pm
@@ -4,7 +4,7 @@ package Inline::Java::JNI ;
 
 use strict ;
 
-$Inline::Java::JNI::VERSION = '0.48_90' ;
+$Inline::Java::JNI::VERSION = '0.48_91' ;
 
 use DynaLoader ;
 use Carp ;
diff --git a/Java/JVM.pm b/Java/JVM.pm
index 1763953..ec15187 100644
--- a/Java/JVM.pm
+++ b/Java/JVM.pm
@@ -7,7 +7,7 @@ use IPC::Open3 ;
 use IO::File ;
 use IO::Socket ;
 
-$Inline::Java::JVM::VERSION = '0.48_90' ;
+$Inline::Java::JVM::VERSION = '0.48_91' ;
 
 my %SIGS = () ;
 
diff --git a/Java/Object.pm b/Java/Object.pm
index e34a072..9dbf1bd 100644
--- a/Java/Object.pm
+++ b/Java/Object.pm
@@ -5,7 +5,7 @@ use strict ;
 use Inline::Java::Protocol ;
 use Carp ;
 
-$Inline::Java::Object::VERSION = '0.48_90' ;
+$Inline::Java::Object::VERSION = '0.48_91' ;
 
 # Here we store as keys the knots and as values our blessed private objects
 my $PRIVATES = {} ;
diff --git a/Java/PerlNatives/PerlNatives.pm b/Java/PerlNatives/PerlNatives.pm
index 0046002..aa11d93 100644
--- a/Java/PerlNatives/PerlNatives.pm
+++ b/Java/PerlNatives/PerlNatives.pm
@@ -2,6 +2,6 @@ package Inline::Java::PerlNatives ;
 
 use strict ;
 
-$Inline::Java::PerlNatives::VERSION = '0.48_90' ;
+$Inline::Java::PerlNatives::VERSION = '0.48_91' ;
 
 1 ;
diff --git a/Java/Portable.pm b/Java/Portable.pm
index 4714561..74bdb28 100644
--- a/Java/Portable.pm
+++ b/Java/Portable.pm
@@ -10,7 +10,7 @@ use Config ;
 use File::Find ;
 use File::Spec ;
 
-$Inline::Java::Portable::VERSION = '0.48_90' ;
+$Inline::Java::Portable::VERSION = '0.48_91' ;
 
 # Here is some code to figure out if we are running on command.com
 # shell under Windows.
@@ -177,21 +177,21 @@ sub portable {
 			GOT_NEXT_FREE_PORT	=>	0,
 			GOT_SYMLINK			=>	0,
 			GOT_SAFE_SIGNALS	=>	0,
-			SUB_FIX_CMD_QUOTES	=>	($COMMAND_COM ? undef : sub {
-				my $val = shift ;
-				$val = qq{"$val"} ;
-				return $val ;
-			}),
 
 # Can't remember what this was supposed to fix, but it breaks
 # when there are spaces in the J2SDK directory...
 #
-#			SUB_FIX_MAKE_QUOTES	=>	sub {
+#			SUB_FIX_CMD_QUOTES	=>	($COMMAND_COM ? undef : sub {
 #				my $val = shift ;
 #				$val = qq{"$val"} ;
 #				return $val ;
-#			},
+#			}),
 #
+			SUB_FIX_MAKE_QUOTES	=>	sub {
+				my $val = shift ;
+				$val = qq{"$val"} ;
+				return $val ;
+			},
 			PRE_WHOLE_ARCHIVE	=>  '',
 			POST_WHOLE_ARCHIVE	=>  '',
 		},
diff --git a/Java/Protocol.pm b/Java/Protocol.pm
index 2460ec9..e2e540c 100644
--- a/Java/Protocol.pm
+++ b/Java/Protocol.pm
@@ -5,7 +5,7 @@ use Inline::Java::Object ;
 use Inline::Java::Array ;
 use Carp ;
 
-$Inline::Java::Protocol::VERSION = '0.48_90' ;
+$Inline::Java::Protocol::VERSION = '0.48_91' ;
 
 my %CLASSPATH_ENTRIES = () ;
 
diff --git a/META.yml b/META.yml
index 9861a8b..3c2f281 100644
--- a/META.yml
+++ b/META.yml
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Inline-Java
-version:      0.48_90
+version:      0.48_91
 version_from: Java.pm
 installdirs:  site
 requires:

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