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

« back to all changes in this revision

Viewing changes to lib/XML/LibXML/Number.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:
13
13
use strict;
14
14
 
15
15
use vars qw ($VERSION);
16
 
$VERSION = "2.0106"; # VERSION TEMPLATE: DO NOT CHANGE
 
16
$VERSION = "2.0107"; # VERSION TEMPLATE: DO NOT CHANGE
17
17
 
18
18
use overload
19
19
        '""' => \&value,