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

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:43:17 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 e40b779a2992b40109b590b0e4b19705bdca984e
Author: patrick_leb <>
Date:   Sat Apr 17 23:55:22 2004 +0000

    *** empty log message ***
---
 Java.pm                 | 2 +-
 Java/Array.pm           | 2 +-
 Java/Callback.pm        | 2 +-
 Java/Class.pm           | 2 +-
 Java/JNI.pm             | 2 +-
 Java/JVM.pm             | 2 +-
 Java/Natives/Natives.pm | 2 +-
 Java/Object.pm          | 2 +-
 Java/Portable.pm        | 2 +-
 Java/Protocol.pm        | 2 +-
 META.yml                | 2 +-
 11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/Java.pm b/Java.pm
index 261ede5..161d89b 100644
--- a/Java.pm
+++ b/Java.pm
@@ -8,7 +8,7 @@ package Inline::Java ;
 use strict ;
 require 5.006 ;
 
-$Inline::Java::VERSION = '0.48' ;
+$Inline::Java::VERSION = '0.48_01' ;
 
 
 # DEBUG is set via the DEBUG config
diff --git a/Java/Array.pm b/Java/Array.pm
index 5883b77..88e8adf 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' ;
+$Inline::Java::Array::VERSION = '0.48_01' ;
 
 # 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 74c6cd3..ff37271 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' ;
+$Inline::Java::Callback::VERSION = '0.48_01' ;
 
 $Inline::Java::Callback::OBJECT_HOOK = undef ;
 
diff --git a/Java/Class.pm b/Java/Class.pm
index 5148b56..47e47d6 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' ;
+$Inline::Java::Class::VERSION = '0.48_01' ;
 
 $Inline::Java::Class::MAX_SCORE = 10 ;
 
diff --git a/Java/JNI.pm b/Java/JNI.pm
index 5807825..1735629 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' ;
+$Inline::Java::JNI::VERSION = '0.48_01' ;
 
 use DynaLoader ;
 use Carp ;
diff --git a/Java/JVM.pm b/Java/JVM.pm
index f96e762..72a8d36 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' ;
+$Inline::Java::JVM::VERSION = '0.48_01' ;
 
 my %SIGS = () ;
 
diff --git a/Java/Natives/Natives.pm b/Java/Natives/Natives.pm
index 7558fa9..df7c860 100644
--- a/Java/Natives/Natives.pm
+++ b/Java/Natives/Natives.pm
@@ -2,6 +2,6 @@ package Inline::Java::Natives ;
 
 use strict ;
 
-$Inline::Java::Natives::VERSION = '0.48' ;
+$Inline::Java::Natives::VERSION = '0.48_01' ;
 
 1 ;
diff --git a/Java/Object.pm b/Java/Object.pm
index e64ec34..c0e6cef 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' ;
+$Inline::Java::Object::VERSION = '0.48_01' ;
 
 # 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 e42feff..e63c779 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' ;
+$Inline::Java::Portable::VERSION = '0.48_01' ;
 
 # 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 72c4411..6eafd80 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' ;
+$Inline::Java::Protocol::VERSION = '0.48_01' ;
 
 my %CLASSPATH_ENTRIES = () ;
 
diff --git a/META.yml b/META.yml
index fb3cd64..aa32567 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
+version:      0.48_01
 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