diff options
Diffstat (limited to 'lib/XML/LibXML/Literal.pm')
-rw-r--r-- | lib/XML/LibXML/Literal.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/XML/LibXML/Literal.pm b/lib/XML/LibXML/Literal.pm index 86da094..f01e2be 100644 --- a/lib/XML/LibXML/Literal.pm +++ b/lib/XML/LibXML/Literal.pm @@ -16,7 +16,7 @@ use strict; use warnings; use vars qw ($VERSION); -$VERSION = "2.0202"; # VERSION TEMPLATE: DO NOT CHANGE +$VERSION = "2.0203"; # VERSION TEMPLATE: DO NOT CHANGE use overload '""' => \&value, |