~ubuntu-branches/ubuntu/wily/libxml-libxml-perl/wily

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2013-11-08 23:19:48 UTC
  • mfrom: (1.2.29)
  • Revision ID: package-import@ubuntu.com-20131108231948-7aeyzdjwkbimcev5
Tags: 2.0107+dfsg-1
* New upstream release.
* Drop fix-spelling-errors.patch, fixed upstream.
* Declare compliance with Debian Policy 3.9.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
use strict;
13
13
use vars qw($VERSION @ISA);
14
14
 
15
 
$VERSION = "2.0106"; # VERSION TEMPLATE: DO NOT CHANGE
 
15
$VERSION = "2.0107"; # VERSION TEMPLATE: DO NOT CHANGE
16
16
 
17
17
use XML::LibXML;
18
18
use XML::SAX::Base;