matts 2005/08/09 09:13:08
Modified: lib/Apache/AxKit/Language XPathScript.pm
Log:
use bytes
Revision Changes Path
1.15 +3 -1 xml-axkit/lib/Apache/AxKit/Language/XPathScript.pm
Index: XPathScript.pm
===================================================================
RCS file: /home/cvs/xml-axkit/lib/Apache/AxKit/Language/XPathScript.pm,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- XPathScript.pm 9 Aug 2005 15:50:51 -0000 1.14
+++ XPathScript.pm 9 Aug 2005 16:13:08 -0000 1.15
@@ -32,6 +32,7 @@
use Apache::AxKit::Cache;
use Apache::AxKit::Exception;
use Apache::AxKit::CharsetConv;
+use bytes;
@ISA = 'Apache::AxKit::Language';
@@ -285,6 +286,7 @@
'; use Apache qw(exit);',
'use XML::XPath::Node;',
'Apache::AxKit::Language::XPathScript::Toys->import;',
+ 'use bytes;',
'sub handler {',
'my ($r, $xp, $t) = @_;',
"\n#line 1 " . $provider->key() . "\n",