]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Trying to fix bustage on Perl5.8.0 (adding a newline between 1; and __END__) r=wicked...
authorlpsolit%gmail.com <>
Tue, 16 May 2006 00:38:20 +0000 (00:38 +0000)
committerlpsolit%gmail.com <>
Tue, 16 May 2006 00:38:20 +0000 (00:38 +0000)
Bugzilla/Auth.pm

index f528b96ded0ddb9f0c92d914188d3daa48e48460..0e57371a283cdd8a7ed3cb661c84be8a58b1f416 100644 (file)
@@ -222,6 +222,7 @@ sub get_netaddr {
 }
 
 1;
+
 __END__
 
 =head1 NAME