diff options
author | Byron Jones <bjones@mozilla.com> | 2013-02-27 16:39:12 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-02-27 16:39:12 +0100 |
commit | 40e6bca0e74307185c02b37eb949aa1fce89a63b (patch) | |
tree | ee2fed14ce15bdf80bf461f35fea4bbee803112d | |
parent | bb16dca7683c3d8fd5b646bb0963b7aa289e73ab (diff) | |
download | bugzilla-40e6bca0e74307185c02b37eb949aa1fce89a63b.tar.gz bugzilla-40e6bca0e74307185c02b37eb949aa1fce89a63b.tar.xz |
another nothing change to test update script
-rw-r--r-- | Bugzilla.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla.pm b/Bugzilla.pm index 8252bed09..3b313d557 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -26,6 +26,7 @@ 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. |