aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm')
-rw-r--r--docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm b/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm
index 366ceb7a0..cb61082df 100644
--- a/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm
+++ b/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm
@@ -7,8 +7,11 @@
package Pod::Simple::HTMLBatch::Bugzilla;
+use 5.10.1;
use strict;
-use base qw(Pod::Simple::HTMLBatch);
+use warnings;
+
+use parent qw(Pod::Simple::HTMLBatch);
# This is the same hack that HTMLBatch does to "import" this subroutine.
BEGIN { *esc = \&Pod::Simple::HTML::esc }