[libinline-java-perl] 34/398: *** empty log message ***

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:42:41 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 0c072e32a42f7d21f5e131c3305fbffcd330a996
Author: patrick <>
Date:   Tue Mar 13 16:49:33 2001 +0000

    *** empty log message ***
---
 Java.pm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Java.pm b/Java.pm
index 818eec1..4eba12c 100644
--- a/Java.pm
+++ b/Java.pm
@@ -400,7 +400,7 @@ sub compile {
 
 	my $cwd = Cwd::getcwd() ;
 	if ($o->{config}->{UNTAINT}){
-	    ($cwd) = $cwd =~ /(.*)/ ;
+		($cwd) = $cwd =~ /(.*)/ ;
 	}
 
 	my $debug = ($Inline::Java::DEBUG ? "true" : "false") ;
@@ -438,7 +438,7 @@ sub compile {
 			}
 			else{
 				if ($o->{config}->{UNTAINT}){
-				    ($cmd) = $cmd =~ /(.*)/ ;
+					($cmd) = $cmd =~ /(.*)/ ;
 				}
 
 				debug("$cmd") ;
@@ -566,7 +566,7 @@ sub load {
 
 		if ($o->{config}->{UNTAINT}){
 			foreach my $cmd (@cmd){
-			    ($cmd) = $cmd =~ /(.*)/ ;
+				($cmd) = $cmd =~ /(.*)/ ;
 			}
 		}
 

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