summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd J <mohawk2@users.noreply.github.com>2018-04-03 22:12:07 +0100
committerEd J <mohawk2@users.noreply.github.com>2018-04-03 22:12:07 +0100
commitbe23801a1fbc955bb452fda49f5b88d921339499 (patch)
treeb8408bdad9061e398552cb5a97adc1b1aa4ef162
parent0d962c9fbb604fdb01513cd706c0b9ba50bba8e3 (diff)
0.65
-rw-r--r--CHANGES5
-rw-r--r--lib/Inline/Java.pm2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index a44fdbc..409e5f9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,11 @@
Revision history for Perl extension Inline::Java
------------------------------------------------
+0.65 Tue Apr 3 22:10:55 BST 2018
+ - put glob in better place to dodge wildcard problems on Win32 gmake 4.2.1
+ - use registry on Win32 to find JAVA_HOME if not in env
+ - support old and apparently-new JDK locations on OSX [RT#116917]
+
0.64 Tue Mar 20 15:00:39 GMT 2018
- apply Debian spelling patch
diff --git a/lib/Inline/Java.pm b/lib/Inline/Java.pm
index 11f839b..1e6e463 100644
--- a/lib/Inline/Java.pm
+++ b/lib/Inline/Java.pm
@@ -7,7 +7,7 @@ use base qw(Inline Exporter);
# Export the cast function if wanted
our @EXPORT_OK = qw(cast coerce study_classes caught jar j2sdk);
-our $VERSION = '0.64';
+our $VERSION = '0.65';
# DEBUG is set via the DEBUG config
our $DEBUG = 0 unless defined $DEBUG;