[libinline-java-perl] 344/398: ok, 0.50

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:43:21 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 323ad934fa70a4696df8043dce72f43480d76230
Author: patrick_leb <>
Date:   Sun Jun 19 17:27:00 2005 +0000

    ok, 0.50
---
 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                | 2 +-
 Java/Protocol.pm                | 2 +-
 Java/Server.pm                  | 2 +-
 META.yml                        | 2 +-
 TODO                            | 1 -
 t/03_objects.t                  | 2 +-
 t/04_members.t                  | 2 +-
 t/06_static.t                   | 2 +-
 16 files changed, 15 insertions(+), 16 deletions(-)

diff --git a/Java.pm b/Java.pm
index 9182348..087a5b1 100644
--- a/Java.pm
+++ b/Java.pm
@@ -8,7 +8,7 @@ package Inline::Java ;
 use strict ;
 require 5.006 ;
 
-$Inline::Java::VERSION = '0.49_92' ;
+$Inline::Java::VERSION = '0.50' ;
 
 
 # DEBUG is set via the DEBUG config
diff --git a/Java/Array.pm b/Java/Array.pm
index 719b71b..32c458b 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.49_92' ;
+$Inline::Java::Array::VERSION = '0.50' ;
 
 # 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 0779254..b96e1d9 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.49_92' ;
+$Inline::Java::Callback::VERSION = '0.50' ;
 
 $Inline::Java::Callback::OBJECT_HOOK = undef ;
 
diff --git a/Java/Class.pm b/Java/Class.pm
index 31b9c3b..5123373 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.49_92' ;
+$Inline::Java::Class::VERSION = '0.50' ;
 
 $Inline::Java::Class::MAX_SCORE = 10 ;
 
diff --git a/Java/JNI.pm b/Java/JNI.pm
index eabf071..be6cc7f 100644
--- a/Java/JNI.pm
+++ b/Java/JNI.pm
@@ -4,7 +4,7 @@ package Inline::Java::JNI ;
 
 use strict ;
 
-$Inline::Java::JNI::VERSION = '0.49_92' ;
+$Inline::Java::JNI::VERSION = '0.50' ;
 
 use DynaLoader ;
 use Carp ;
diff --git a/Java/JVM.pm b/Java/JVM.pm
index 96b7162..bd731e7 100644
--- a/Java/JVM.pm
+++ b/Java/JVM.pm
@@ -8,7 +8,7 @@ use IPC::Open3 ;
 use IO::Socket ;
 use Inline::Java::Portable ;
 
-$Inline::Java::JVM::VERSION = '0.49_92' ;
+$Inline::Java::JVM::VERSION = '0.50' ;
 
 my %SIGS = () ;
 
diff --git a/Java/Object.pm b/Java/Object.pm
index 3d8657b..fa7d683 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.49_92' ;
+$Inline::Java::Object::VERSION = '0.50' ;
 
 # 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 8e05af0..c9d56e7 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.49_92' ;
+$Inline::Java::PerlNatives::VERSION = '0.50' ;
 
 1 ;
diff --git a/Java/Portable.pm b/Java/Portable.pm
index 20b15ee..5d64cd2 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.49_92' ;
+$Inline::Java::Portable::VERSION = '0.50' ;
 
 # 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 3a8ce1a..bfe9f32 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.49_92' ;
+$Inline::Java::Protocol::VERSION = '0.50' ;
 
 my %CLASSPATH_ENTRIES = () ;
 
diff --git a/Java/Server.pm b/Java/Server.pm
index 3488128..51a9594 100644
--- a/Java/Server.pm
+++ b/Java/Server.pm
@@ -13,7 +13,7 @@ require Inline::Java ;
 use File::Spec ;
 
 
-$Inline::Java::Server::VERSION = '0.49_92' ;
+$Inline::Java::Server::VERSION = '0.50' ;
 
 
 # Create a dummy Inline::Java object in order to 
diff --git a/META.yml b/META.yml
index 0b010d8..fc3a9d8 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.49_92
+version:      0.50
 version_from: Java.pm
 installdirs:  site
 requires:
diff --git a/TODO b/TODO
index 7436298..17baa38 100644
--- a/TODO
+++ b/TODO
@@ -2,7 +2,6 @@ CODE:
 - Finish PerlInterpreter test suite
 
 DOCUMENTATION:
-- Redocument Callbacks
 - Document InlineJavaPerlObject and InlineJavaPerlInterpreter
 
 TEST:
diff --git a/t/03_objects.t b/t/03_objects.t
index 9959cc3..d081ecd 100644
--- a/t/03_objects.t
+++ b/t/03_objects.t
@@ -5,7 +5,7 @@ use Inline Config =>
            DIRECTORY => './_Inline_test';
 
 use Inline(
-	Java => 'DATA'
+	Java => 'DATA',
 ) ;
 
 
diff --git a/t/04_members.t b/t/04_members.t
index aca5725..d4fa845 100644
--- a/t/04_members.t
+++ b/t/04_members.t
@@ -5,7 +5,7 @@ use Inline Config =>
            DIRECTORY => './_Inline_test';
 
 use Inline(
-	Java => 'DATA'
+	Java => 'DATA',
 ) ;
 
 
diff --git a/t/06_static.t b/t/06_static.t
index cfac388..660d361 100644
--- a/t/06_static.t
+++ b/t/06_static.t
@@ -5,7 +5,7 @@ use Inline Config =>
            DIRECTORY => './_Inline_test';
 
 use Inline(
-	Java => 'DATA'
+	Java => 'DATA',
 ) ;
 
 

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