~ubuntu-branches/ubuntu/trusty/libxml-libxml-perl/trusty-security

« back to all changes in this revision

Viewing changes to lib/XML/LibXML/SAX/Parser.pm

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2012-10-16 14:10:26 UTC
  • mfrom: (1.2.26)
  • Revision ID: package-import@ubuntu.com-20121016141026-3x0th9su7cue9hl0
Tags: 2.0006+dfsg-1
* New upstream release
* Refresh patches
* Bump Standards-Version to 3.9.4 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
use XML::SAX::Base;
18
18
use XML::SAX::DocumentLocator;
19
19
 
20
 
$VERSION = "2.0004"; # VERSION TEMPLATE: DO NOT CHANGE
 
20
$VERSION = "2.0006"; # VERSION TEMPLATE: DO NOT CHANGE
21
21
@ISA = ('XML::SAX::Base');
22
22
 
23
23
sub CLONE_SKIP {
173
173
            unless ( defined $attr->name ) {
174
174
                ## It's an atter like "xmlns='foo'"
175
175
                $attribs->{"{}xmlns"} =
176
 
                  {     
 
176
                  {
177
177
                   Name         => "xmlns",
178
178
                   LocalName    => "xmlns",
179
 
                   Prefix       => "",     
 
179
                   Prefix       => "",
180
180
                   Value        => $attr->href,
181
181
                   NamespaceURI => "",
182
182
                  };