diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-01-26 20:45:28 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-01-26 20:45:28 -0800 |
commit | 41ac5f6f523429f1cf16ffb5b09af82c921712c2 (patch) | |
tree | c084b4aedbf0b283ced3f0d4902ae2e945fc1544 /lib/warnings.pm | |
parent | 7e4f04509c6d4e8d2ed0e31eaf59004e5c930b39 (diff) | |
download | perl-41ac5f6f523429f1cf16ffb5b09af82c921712c2.tar.gz |
Increase $warnings::VERSION to 1.13
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 2061c3459f..5aef8eaaf8 100644 --- a/lib/warnings.pm +++ b/lib/warnings.pm @@ -5,7 +5,7 @@ package warnings; -our $VERSION = '1.12'; +our $VERSION = '1.13'; # Verify that we're called correctly so that warnings will work. # see also strict.pm. |