pointless change to test commit
authorsboyette <sboyette@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 7 Aug 2008 19:54:04 +0000 (19:54 +0000)
committersboyette <sboyette@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 7 Aug 2008 19:54:04 +0000 (19:54 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/sboyette@1390 9efc2488-bf62-4759-914b-345cdb29e865

src/perlmods/OpenSRF.pm

index 865f997..f5fc1fc 100644 (file)
@@ -31,7 +31,7 @@ sub AUTOLOAD {
        my $type = ref($self) || $self;
        my $name = $AUTOLOAD;
        my $otype = ref $self;
-       
+
        my ($package, $filename, $line) = caller;
        my ($package1, $filename1, $line1) = caller(1);
        my ($package2, $filename2, $line2) = caller(2);