[libinline-java-perl] 24/398: *** empty log message ***
Jonas Smedegaard
dr at jones.dk
Thu Feb 26 11:42:38 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 273565c36aa8463c86014c8d9456224c577b2fe3
Author: patrick <>
Date: Fri Mar 9 16:08:42 2001 +0000
*** empty log message ***
---
Java/Object.pm | 2 ++
Makefile.PL | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/Java/Object.pm b/Java/Object.pm
index b5d3980..b522410 100644
--- a/Java/Object.pm
+++ b/Java/Object.pm
@@ -201,6 +201,8 @@ sub DELETE {
sub CLEAR {
+ my $this = shift ;
+
croak "Operation CLEAR not supported on Java object" ;
}
diff --git a/Makefile.PL b/Makefile.PL
index 01c34be..f033ff2 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -4,7 +4,7 @@ WriteMakefile(
NAME => 'Inline::Java',
VERSION_FROM => 'Java.pm',
PREREQ_PM => {
- Inline => 0.32
+ Inline => 0.31
},
clean => {FILES => '_Inline_test/'},
);
--
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