diff options
author | Byron Jones <bjones@mozilla.com> | 2013-02-27 17:32:07 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-02-27 17:32:07 +0100 |
commit | 74ef69d211fdbbcd16adadb91d5bfd8f3669c176 (patch) | |
tree | 281e7a8d7a802fdf0c88de8dd7e9d14b7ba44dec | |
parent | 67f816d3f068962d288f52e2dabd9d6298982a03 (diff) | |
download | bugzilla-74ef69d211fdbbcd16adadb91d5bfd8f3669c176.tar.gz bugzilla-74ef69d211fdbbcd16adadb91d5bfd8f3669c176.tar.xz |
another nothing change to test update script
-rw-r--r-- | Bugzilla.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm index 3b313d557..8252bed09 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -26,7 +26,6 @@ package Bugzilla; use strict; - # We want any compile errors to get to the browser, if possible. BEGIN { # This makes sure we're in a CGI. |