[libinline-java-perl] 128/398: *** empty log message ***
Jonas Smedegaard
dr at jones.dk
Thu Feb 26 11:42:56 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 c633957837550f738ededdf3b1ae735fa87ce6fc
Author: Patrick LeBoutillier <patl at cpan.org>
Date: Wed Dec 19 21:07:33 2001 +0000
*** empty log message ***
---
Java.pm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Java.pm b/Java.pm
index 5133f76..b9b90af 100644
--- a/Java.pm
+++ b/Java.pm
@@ -683,7 +683,8 @@ sub set_classpath {
my @cp = split(/$sep/, join($sep, @list)) ;
my %cp = map { ($_ !~ /^\s*$/ ? ($_, 1) : ()) } @cp ;
- my $tmp = join($sep, keys %cp) ;
+ # Add dot to CLASSPATH, required when building
+ my $tmp = join($sep, (keys %cp, '.')) ;
$tmp =~ s/\s*\[PERL_INLINE_JAVA\s*=\s*(.*?)\s*\]\s*/{
my $modules = $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