[libinline-java-perl] 22/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 74ccc414c916c919a12a930b6dfb456b50f95e22
Author: patrick <>
Date:   Thu Mar 8 19:22:31 2001 +0000

    *** empty log message ***
---
 Java/Object.pm | 16 ++++++++--------
 Makefile.PL    | 11 +++++++----
 2 files changed, 15 insertions(+), 12 deletions(-)

diff --git a/Java/Object.pm b/Java/Object.pm
index 3b9ccd0..b5d3980 100644
--- a/Java/Object.pm
+++ b/Java/Object.pm
@@ -163,18 +163,18 @@ sub FETCH {
 }
 
 
-# sub FIRSTKEY { 
-# 	my $this = shift ;
+sub FIRSTKEY { 
+	my $this = shift ;
 
-# 	croak "Operation FIRSTKEY not supported on Java object" ;
-# }
+	return $this->SUPER::FIRSTKEY() ;
+}
 
 
-# sub NEXTKEY { 
-# 	my $this = shift ;
+sub NEXTKEY { 
+	my $this = shift ;
 
-# 	croak "Operation NEXTKEY not supported on Java object" ;
-# }
+	return $this->SUPER::NEXTKEY() ;
+}
 
 
 sub EXISTS { 
diff --git a/Makefile.PL b/Makefile.PL
index b0d0764..01c34be 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,7 +1,10 @@
 use ExtUtils::MakeMaker;
 
 WriteMakefile(
-	      NAME => 'Inline::Java',
-	      VERSION_FROM => 'Java.pm',
-	      clean => {FILES => '_Inline_test/'},
-	     );
+	NAME => 'Inline::Java',
+	VERSION_FROM => 'Java.pm',
+	PREREQ_PM => {
+		Inline	=> 0.32
+	},
+	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