~ubuntu-branches/ubuntu/lucid/libxml-libxml-perl/lucid

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2009-05-31 14:36:13 UTC
  • mfrom: (4.1.7 jaunty)
  • Revision ID: james.westby@ubuntu.com-20090531143613-xxpnwmrz62kwtejq
Tags: 1.69.ds-2
* Remove Florian Ragwitz from Uploaders (closes: #523275).
* Set Standards-Version to 3.8.1 (no changes).
* Remove duplicate fields from debian/control.
* Minimize debian/rules, bump quilt and debhelper build dependencies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: Generator.pm 709 2008-01-29 21:01:32Z pajas $
 
1
# $Id: Generator.pm 760 2008-11-11 19:30:27Z pajas $
2
2
 
3
3
package XML::LibXML::SAX::Generator;
4
4
 
7
7
use XML::LibXML;
8
8
use vars qw ($VERSION);
9
9
 
10
 
$VERSION = "1.66"; # VERSION TEMPLATE: DO NOT CHANGE
 
10
$VERSION = "1.69"; # VERSION TEMPLATE: DO NOT CHANGE
 
11
 
 
12
sub CLONE_SKIP {
 
13
  return $XML::LibXML::__threads_shared ? 0 : 1;
 
14
}
11
15
 
12
16
warn("This class (", __PACKAGE__, ") is deprecated!");
13
17