From 5e40e84ec5ec94aa9749d32a32cf35a2c9e14aa0 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" Date: Mon, 15 May 2006 17:38:20 +0000 Subject: [PATCH] Trying to fix bustage on Perl5.8.0 (adding a newline between 1; and __END__) r=wicked on IRC git-svn-id: svn://10.0.0.236/trunk@196545 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/Bugzilla/Auth.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/webtools/bugzilla/Bugzilla/Auth.pm b/mozilla/webtools/bugzilla/Bugzilla/Auth.pm index f528b96ded0..0e57371a283 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Auth.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/Auth.pm @@ -222,6 +222,7 @@ sub get_netaddr { } 1; + __END__ =head1 NAME