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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2014-05-16 18:30:03 UTC
  • mfrom: (1.2.31)
  • Revision ID: package-import@ubuntu.com-20140516183003-o8twttnhfshq6v2x
Tags: 2.0116+dfsg-1
* New upstream release.
* Strip trailing slash from metacpan URLs.
* Refresh fail-build-no-libxml2.patch (offset).
* Update years of packaging copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
package XML::LibXML::ErrNo;
12
12
 
13
13
use strict;
 
14
use warnings;
14
15
use vars qw($VERSION);
15
16
 
16
 
$VERSION = "2.0108"; # VERSION TEMPLATE: DO NOT CHANGE
 
17
$VERSION = "2.0116"; # VERSION TEMPLATE: DO NOT CHANGE
17
18
 
18
19
use constant ERR_OK                               => 0;
19
20
use constant ERR_INTERNAL_ERROR                   => 1;