~ubuntu-branches/ubuntu/precise/libxml-libxml-perl/precise

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2011-12-26 18:51:29 UTC
  • mfrom: (7.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20111226185129-wxjfdeu0p4i91fuk
Tags: 1.89+dfsg-1
* New upstream release
* Add new files to copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
use XML::LibXML;
15
15
use vars qw ($VERSION);
16
16
 
17
 
$VERSION = "1.88"; # VERSION TEMPLATE: DO NOT CHANGE
 
17
$VERSION = "1.89"; # VERSION TEMPLATE: DO NOT CHANGE
18
18
 
19
19
sub CLONE_SKIP {
20
20
  return $XML::LibXML::__threads_shared ? 0 : 1;