diff options
Diffstat (limited to 'lib/XML/LibXML/Number.pm')
-rw-r--r-- | lib/XML/LibXML/Number.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/XML/LibXML/Number.pm b/lib/XML/LibXML/Number.pm index 63b72ee..a4fe1b6 100644 --- a/lib/XML/LibXML/Number.pm +++ b/lib/XML/LibXML/Number.pm @@ -14,7 +14,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, |