diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-09-29 22:43:38 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-09-30 00:01:27 -0700 |
commit | 7ae5d31c28bff87535cb83fdb5c83abac5c5e3ad (patch) | |
tree | 045b759cddd0687d7f9ccc53679c233085a6cf6d /lib/warnings.pm | |
parent | 23d16d50b9b81f01c23562fbd69afe64a4d4af23 (diff) | |
download | perl-7ae5d31c28bff87535cb83fdb5c83abac5c5e3ad.tar.gz |
Increase $warnings::VERSION to 1.15
Diffstat (limited to 'lib/warnings.pm')
-rw-r--r-- | lib/warnings.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/warnings.pm b/lib/warnings.pm index 2dc64d316f..2c47a71d8b 100644 --- a/lib/warnings.pm +++ b/lib/warnings.pm @@ -5,7 +5,7 @@ package warnings; -our $VERSION = '1.14'; +our $VERSION = '1.15'; # Verify that we're called correctly so that warnings will work. # see also strict.pm. |