diff options
author | lpsolit%gmail.com <> | 2006-05-16 02:38:20 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-05-16 02:38:20 +0200 |
commit | 4a35b0671f00f974c233b112ac23de90a7301f32 (patch) | |
tree | a147e29edf18e008d86ee4e51c18cb7895483ee7 /Bugzilla | |
parent | 8a5f175dba7e9a9fe3cc24e15fb9354c7858c4e4 (diff) | |
download | bugzilla-4a35b0671f00f974c233b112ac23de90a7301f32.tar.gz bugzilla-4a35b0671f00f974c233b112ac23de90a7301f32.tar.xz |
Trying to fix bustage on Perl5.8.0 (adding a newline between 1; and __END__) r=wicked on IRC
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Auth.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Auth.pm b/Bugzilla/Auth.pm index f528b96de..0e57371a2 100644 --- a/Bugzilla/Auth.pm +++ b/Bugzilla/Auth.pm @@ -222,6 +222,7 @@ sub get_netaddr { } 1; + __END__ =head1 NAME |