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

« back to all changes in this revision

Viewing changes to lib/XML/LibXML/Literal.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: Literal.pm 709 2008-01-29 21:01:32Z pajas $
 
1
# $Id: Literal.pm 760 2008-11-11 19:30:27Z pajas $
2
2
 
3
3
package XML::LibXML::Literal;
4
4
use XML::LibXML::Boolean;
6
6
use strict;
7
7
 
8
8
use vars qw ($VERSION);
9
 
$VERSION = "1.66"; # VERSION TEMPLATE: DO NOT CHANGE
 
9
$VERSION = "1.69"; # VERSION TEMPLATE: DO NOT CHANGE
10
10
 
11
11
use overload 
12
12
                '""' => \&value,