[libinline-java-perl] 381/398: ok

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:43:27 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 55f14bad14ee8d1984d46e4441a3d197ec03d117
Author: patrick_leb <>
Date:   Wed May 24 00:39:50 2006 +0000

    ok
---
 Java.pm                                 | 2 +-
 Java/Array.pm                           | 2 +-
 Java/Callback.pm                        | 2 +-
 Java/Class.pm                           | 2 +-
 Java/Handle.pm                          | 2 +-
 Java/JNI.pm                             | 2 +-
 Java/JVM.pm                             | 2 +-
 Java/Object.pm                          | 2 +-
 Java/PerlInterpreter/PerlInterpreter.pm | 2 +-
 Java/PerlNatives/PerlNatives.pm         | 2 +-
 Java/Portable.pm                        | 2 +-
 Java/Protocol.pm                        | 2 +-
 Java/Server.pm                          | 2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/Java.pm b/Java.pm
index a47dc75..c6ea2c9 100644
--- a/Java.pm
+++ b/Java.pm
@@ -8,7 +8,7 @@ package Inline::Java ;
 use strict ;
 require 5.006 ;
 
-$Inline::Java::VERSION = '0.50_93' ;
+$Inline::Java::VERSION = '0.51' ;
 
 
 # DEBUG is set via the DEBUG config
diff --git a/Java/Array.pm b/Java/Array.pm
index 7e04499..9f8a06f 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.50_93' ;
+$Inline::Java::Array::VERSION = '0.51' ;
 
 # 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 f7403e4..2efcd4a 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.50_93' ;
+$Inline::Java::Callback::VERSION = '0.51' ;
 
 $Inline::Java::Callback::OBJECT_HOOK = undef ;
 
diff --git a/Java/Class.pm b/Java/Class.pm
index e7e912b..a4b9394 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.50_93' ;
+$Inline::Java::Class::VERSION = '0.51' ;
 
 $Inline::Java::Class::MAX_SCORE = 10 ;
 
diff --git a/Java/Handle.pm b/Java/Handle.pm
index 73fd1dc..db34e52 100644
--- a/Java/Handle.pm
+++ b/Java/Handle.pm
@@ -5,7 +5,7 @@ use strict ;
 use Symbol ;
 use Carp ;
 
-$Inline::Java::Handle::VERSION = '0.50_93' ;
+$Inline::Java::Handle::VERSION = '0.51' ;
 
 
 # Here we store as keys the knots and as values our blessed objects
diff --git a/Java/JNI.pm b/Java/JNI.pm
index e101426..4a30f46 100644
--- a/Java/JNI.pm
+++ b/Java/JNI.pm
@@ -4,7 +4,7 @@ package Inline::Java::JNI ;
 
 use strict ;
 
-$Inline::Java::JNI::VERSION = '0.50_93' ;
+$Inline::Java::JNI::VERSION = '0.51' ;
 
 use DynaLoader ;
 use Carp ;
diff --git a/Java/JVM.pm b/Java/JVM.pm
index 9f641bf..d73ad2f 100644
--- a/Java/JVM.pm
+++ b/Java/JVM.pm
@@ -9,7 +9,7 @@ use IO::Socket ;
 use Text::ParseWords ;
 use Inline::Java::Portable ;
 
-$Inline::Java::JVM::VERSION = '0.50_93' ;
+$Inline::Java::JVM::VERSION = '0.51' ;
 
 my %SIGS = () ;
 
diff --git a/Java/Object.pm b/Java/Object.pm
index 3a73106..0494f30 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.50_93' ;
+$Inline::Java::Object::VERSION = '0.51' ;
 
 # Here we store as keys the knots and as values our blessed private objects
 my $PRIVATES = {} ;
diff --git a/Java/PerlInterpreter/PerlInterpreter.pm b/Java/PerlInterpreter/PerlInterpreter.pm
index 489e23d..a23c04f 100644
--- a/Java/PerlInterpreter/PerlInterpreter.pm
+++ b/Java/PerlInterpreter/PerlInterpreter.pm
@@ -3,7 +3,7 @@ package Inline::Java::PerlInterpreter ;
 use strict ;
 use Inline::Java ;
 
-$Inline::Java::PerlInterpreter::VERSION = '0.50_93' ;
+$Inline::Java::PerlInterpreter::VERSION = '0.51' ;
 
 
 use Inline (
diff --git a/Java/PerlNatives/PerlNatives.pm b/Java/PerlNatives/PerlNatives.pm
index 1ff54b0..e8f363e 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.50_93' ;
+$Inline::Java::PerlNatives::VERSION = '0.51' ;
 
 1 ;
diff --git a/Java/Portable.pm b/Java/Portable.pm
index b5461a5..a8dc763 100644
--- a/Java/Portable.pm
+++ b/Java/Portable.pm
@@ -9,7 +9,7 @@ use Config ;
 use File::Find ;
 use File::Spec ;
 
-$Inline::Java::Portable::VERSION = '0.50_93' ;
+$Inline::Java::Portable::VERSION = '0.51' ;
 
 # Here is some code to figure out if we are running on command.com
 # shell under Windows.
diff --git a/Java/Protocol.pm b/Java/Protocol.pm
index ed26b00..c657f05 100644
--- a/Java/Protocol.pm
+++ b/Java/Protocol.pm
@@ -10,7 +10,7 @@ BEGIN {
 }
 
 
-$Inline::Java::Protocol::VERSION = '0.50_93' ;
+$Inline::Java::Protocol::VERSION = '0.51' ;
 
 my %CLASSPATH_ENTRIES = () ;
 
diff --git a/Java/Server.pm b/Java/Server.pm
index 7357c32..37b80a0 100644
--- a/Java/Server.pm
+++ b/Java/Server.pm
@@ -13,7 +13,7 @@ require Inline::Java ;
 use File::Spec ;
 
 
-$Inline::Java::Server::VERSION = '0.50_93' ;
+$Inline::Java::Server::VERSION = '0.51' ;
 
 
 # Create a dummy Inline::Java object in order to 

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