Skip to content

Commit ee215dd

Browse files
author
Dominique Quatravaux
committed
Must use "our", or that line has no effect (Perl 5.26 Mac OS X)
1 parent b1b585f commit ee215dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/XML/XPathScript.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ use XML::XPathScript::Template;
241241

242242
our $VERSION = '1.54';
243243

244-
$XML_parser = 'XML::LibXML';
244+
our $XML_parser = 'XML::LibXML';
245245

246246
my %use_parser = (
247247
'XML::LibXML' => 'use XML::LibXML',

0 commit comments

Comments
 (0)