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

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:42:54 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 a3fcf583d4f0836fbfa1a9e82e9354151841440a
Author: Patrick LeBoutillier <patl at cpan.org>
Date:   Mon Jun 4 13:58:09 2001 +0000

    *** empty log message ***
---
 CHANGES     | 6 ++++++
 Makefile.PL | 2 +-
 README      | 7 ++++++-
 3 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/CHANGES b/CHANGES
index 8f26f7c..397ee75 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,12 @@
 Revision history for Perl extension Inline::Java
 ------------------------------------------------
 
+0.22  Fri Jun  1 13:31:35 EDT 2001
+    - Fixed up Inline::Java to work with Inline 0.41
+    - Added support for java.lang.Number as a primitive numeric type. Any
+      Perl scalar passed as a java.lang.Number will instantiate
+      a java.lang.Double on the Java side.
+
 0.21  Tue May  8 11:32:28 EDT 2001
     - Added 'studying' of external Java classes
     - Added support for default no-arg constructors for public classes
diff --git a/Makefile.PL b/Makefile.PL
index c312c66..315de86 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -25,7 +25,7 @@ WriteMakefile(
 	NAME => 'Inline::Java',
 	VERSION_FROM => 'Java.pm',
 	PREREQ_PM => {
-		Inline	=> 0.40
+		Inline	=> 0.41
 	},
 	clean => {FILES => '_Inline_test/'},
 ) ;
diff --git a/README b/README
index 535e328..3e4e535 100644
--- a/README
+++ b/README
@@ -36,7 +36,7 @@ See README.JNI for more information on building the JNI extension.
 -------------------------------------------------------------------------------
 INSTALLATION:
 
-- This module requires Inline version 0.31 or higher to be installed.
+- This module requires Inline version 0.41 or higher to be installed.
 - It also requires a version of the Java SDK 1.2 or higher to be 
   installed. You can get the latest Java SDK from Sun Microsystems
   at http://java.sun.com. Follow the provided instructions in order
@@ -83,6 +83,11 @@ WARNING: THIS IS ALPHA SOFTWARE. It is incomplete and possibly unreliable.
          It is also possible that some elements of the interface (API) will 
          change in future releases.
 
+Inline::Java version 0.22 is a minor upgrade that includes:
++ Support for Inline 0.41
++ Addition of java.lang.Number as primitive numeric type
++ Other minor bug fixes
+
 Inline::Java version 0.21 is a minor upgrade that includes:
 + 'Studying' of external classes
 + Default no-arg constructors for public ('studied') classes

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