From: lpsolit%gmail.com <> Date: Tue, 16 May 2006 00:38:20 +0000 (+0000) Subject: Trying to fix bustage on Perl5.8.0 (adding a newline between 1; and __END__) r=wicked... X-Git-Tag: bugzilla-2.23.2~169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a35b0671f00f974c233b112ac23de90a7301f32;p=thirdparty%2Fbugzilla.git Trying to fix bustage on Perl5.8.0 (adding a newline between 1; and __END__) r=wicked on IRC --- diff --git a/Bugzilla/Auth.pm b/Bugzilla/Auth.pm index f528b96ded..0e57371a28 100644 --- a/Bugzilla/Auth.pm +++ b/Bugzilla/Auth.pm @@ -222,6 +222,7 @@ sub get_netaddr { } 1; + __END__ =head1 NAME