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

« back to all changes in this revision

Viewing changes to LibXML.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:
27
27
use IO::Handle; # for FH reads called as methods
28
28
 
29
29
BEGIN {
30
 
$VERSION = "2.0106"; # VERSION TEMPLATE: DO NOT CHANGE
 
30
$VERSION = "2.0107"; # VERSION TEMPLATE: DO NOT CHANGE
31
31
$ABI_VERSION = 2;
32
32
require Exporter;
33
33
require DynaLoader;