[libinline-java-perl] 151/398: Fixed bug.

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:42:58 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 aac01077f0192dcae4d79ee5b4ab1104bf59eb1b
Author: patrick_leb <>
Date:   Tue Jan 22 13:41:21 2002 +0000

    Fixed bug.
---
 Java/Makefile.PL | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Java/Makefile.PL b/Java/Makefile.PL
index 8e74944..101d3f1 100644
--- a/Java/Makefile.PL
+++ b/Java/Makefile.PL
@@ -240,7 +240,7 @@ sub Choose {
 		}
 		print "[$cnt] $f $hint\n" ;
 	}
-	my $idx = AskSub("Please select from the above list which '$f' to use $type [1-$cnt]",
+	my $idx = AskSub("Please select from the above list which '$f' to use [1-$cnt]",
 		sub {(($_[0] >= 1)&&($_[0] <= $cnt))}) ;
 
 	$o->{selected} = $o->{choices}->[int($idx) - 1] ;

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