diff options
Diffstat (limited to 'Bugzilla/BugUrl/Trac.pm')
-rw-r--r-- | Bugzilla/BugUrl/Trac.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/BugUrl/Trac.pm b/Bugzilla/BugUrl/Trac.pm index edb18e8fd..fe74abf33 100644 --- a/Bugzilla/BugUrl/Trac.pm +++ b/Bugzilla/BugUrl/Trac.pm @@ -9,6 +9,7 @@ package Bugzilla::BugUrl::Trac; use 5.10.1; use strict; +use warnings; use parent qw(Bugzilla::BugUrl); |