Skip to content

Commit

Permalink
0.63
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Feb 13, 2018
1 parent 8e105df commit 12af9e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES
@@ -1,6 +1,9 @@
Revision history for Perl extension Inline::Java
------------------------------------------------

0.63 Tue Feb 13 05:52:42 GMT 2018
- fix JDK 7 problem with "<>" type on HashMap

0.62 Tue Feb 13 05:37:24 GMT 2018
- zap (very) long-deprecated CallPerl interface
- type-constrain get*Constructor, all HashMap, ArrayList
Expand Down
2 changes: 1 addition & 1 deletion lib/Inline/Java.pm
Expand Up @@ -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.62';
our $VERSION = '0.63';

# DEBUG is set via the DEBUG config
our $DEBUG = 0 unless defined $DEBUG;
Expand Down

0 comments on commit 12af9e3

Please sign in to comment.