[libinline-java-perl] 211/398: 0.34

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:43:04 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 4d5fc1fa16a312082ec39d0f3e1f26e2c4c71860
Author: patrick_leb <>
Date:   Tue Jan 21 01:54:57 2003 +0000

    0.34
---
 Java.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Java.pm b/Java.pm
index 34caa0e..db46841 100644
--- a/Java.pm
+++ b/Java.pm
@@ -1031,7 +1031,7 @@ sub get_fields {
 sub info {
 	my $o = shift ;
 
-	if (! $o->{INLINE}->{object_ready})&&(! $o->{ILSM}->{built})){
+	if (! (($o->{INLINE}->{object_ready})||($o->{ILSM}->{built}))){
 		$o->build ;
 	}
 

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