summaryrefslogtreecommitdiff
path: root/lib/warnings
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2010-09-10 21:03:14 +0200
committerFlorian Ragwitz <rafl@debian.org>2010-09-10 21:03:35 +0200
commit26e1fc477121e1e63483cedf7ac680580371fc91 (patch)
tree1f4774211d75ef633ab08ed08fcb4ba8bc213a33 /lib/warnings
parent1378181044ae371d10218f7cd4456d83c4cb3f50 (diff)
downloadperl-26e1fc477121e1e63483cedf7ac680580371fc91.tar.gz
Bump $warnings{,::register}::VERSION
Diffstat (limited to 'lib/warnings')
-rw-r--r--lib/warnings/register.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/warnings/register.pm b/lib/warnings/register.pm
index 4cf93b29ec..6040de2f40 100644
--- a/lib/warnings/register.pm
+++ b/lib/warnings/register.pm
@@ -1,6 +1,6 @@
package warnings::register;
-our $VERSION = '1.01';
+our $VERSION = '1.02';
=pod