[libinline-java-perl] 389/398: 0.53

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 645de594d2c77a2a91746a45620d31f07681ef8d
Author: patrick_leb <>
Date:   Thu Jan 13 02:21:18 2011 +0000

    0.53
---
 CHANGES          | 2 +-
 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/Portable.pm | 2 +-
 Java/Protocol.pm | 2 +-
 Java/Server.pm   | 2 +-
 META.yml         | 2 +-
 13 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/CHANGES b/CHANGES
index 0486699..be9d7e9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,6 @@
 Revision history for Perl extension Inline::Java
 ------------------------------------------------
-0.53  Fri Oct  2 10:22:26 EDT 2009
+0.53  Sun Jan  9 08:15:06 EST 2011
     - Removed PerlNatives extension from the build because it is unmaintained and broken.
       It can still be enabled manually using the BUILD_PERL_NATIVES build configuration 
       option.
diff --git a/Java.pm b/Java.pm
index fa451c2..27d5472 100644
--- a/Java.pm
+++ b/Java.pm
@@ -8,7 +8,7 @@ package Inline::Java ;
 use strict ;
 require 5.006 ;
 
-$Inline::Java::VERSION = '0.52_90' ;
+$Inline::Java::VERSION = '0.53' ;
 
 
 # DEBUG is set via the DEBUG config
diff --git a/Java/Array.pm b/Java/Array.pm
index 3eb7dd6..b98a7d6 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.52_90' ;
+$Inline::Java::Array::VERSION = '0.53' ;
 
 # 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 de2fc86..de3bd1d 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.52_90' ;
+$Inline::Java::Callback::VERSION = '0.53' ;
 
 $Inline::Java::Callback::OBJECT_HOOK = undef ;
 
diff --git a/Java/Class.pm b/Java/Class.pm
index d8067ad..0558885 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.52_90' ;
+$Inline::Java::Class::VERSION = '0.53' ;
 
 $Inline::Java::Class::MAX_SCORE = 10 ;
 
diff --git a/Java/Handle.pm b/Java/Handle.pm
index 971dc67..4bea9bc 100644
--- a/Java/Handle.pm
+++ b/Java/Handle.pm
@@ -5,7 +5,7 @@ use strict ;
 use Symbol ;
 use Carp ;
 
-$Inline::Java::Handle::VERSION = '0.52_90' ;
+$Inline::Java::Handle::VERSION = '0.53' ;
 
 
 # Here we store as keys the knots and as values our blessed objects
diff --git a/Java/JNI.pm b/Java/JNI.pm
index 574e74c..9384401 100644
--- a/Java/JNI.pm
+++ b/Java/JNI.pm
@@ -4,7 +4,7 @@ package Inline::Java::JNI ;
 
 use strict ;
 
-$Inline::Java::JNI::VERSION = '0.52_90' ;
+$Inline::Java::JNI::VERSION = '0.53' ;
 
 use DynaLoader ;
 use Carp ;
diff --git a/Java/JVM.pm b/Java/JVM.pm
index d0a1b77..3797cd5 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.52_90' ;
+$Inline::Java::JVM::VERSION = '0.53' ;
 
 my %SIGS = () ;
 
diff --git a/Java/Object.pm b/Java/Object.pm
index 62dead5..2f56856 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.52_90' ;
+$Inline::Java::Object::VERSION = '0.53' ;
 
 # Here we store as keys the knots and as values our blessed private objects
 my $PRIVATES = {} ;
diff --git a/Java/Portable.pm b/Java/Portable.pm
index 1cd2e9f..c3f0a96 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.52_90' ;
+$Inline::Java::Portable::VERSION = '0.53' ;
 
 # 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 c5daff3..56e715c 100644
--- a/Java/Protocol.pm
+++ b/Java/Protocol.pm
@@ -10,7 +10,7 @@ BEGIN {
 }
 
 
-$Inline::Java::Protocol::VERSION = '0.52_90' ;
+$Inline::Java::Protocol::VERSION = '0.53' ;
 
 my %CLASSPATH_ENTRIES = () ;
 
diff --git a/Java/Server.pm b/Java/Server.pm
index 21c6d81..59ad7a2 100644
--- a/Java/Server.pm
+++ b/Java/Server.pm
@@ -13,7 +13,7 @@ require Inline::Java ;
 use File::Spec ;
 
 
-$Inline::Java::Server::VERSION = '0.52_90' ;
+$Inline::Java::Server::VERSION = '0.53' ;
 
 
 # Create a dummy Inline::Java object in order to 
diff --git a/META.yml b/META.yml
index 94041c1..8382b61 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.52_90
+version:      0.53
 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