diff options
author | Ricardo Signes <rjbs@cpan.org> | 2010-01-19 18:53:21 -0500 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2010-01-19 18:53:21 -0500 |
commit | f73b28b4f23ac0516ae2b1d9918b02a3383c1b29 (patch) | |
tree | 911922e84904ed1b9812fccab56f7f4174f2f157 /lib/warnings.pm | |
parent | 01f49271dbf70e74558eb82ab01925a981bf7e67 (diff) | |
download | perl-f73b28b4f23ac0516ae2b1d9918b02a3383c1b29.tar.gz |
regen warnings.pl for new version number
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 55837ba2cf..defc20890b 100644 --- a/lib/warnings.pm +++ b/lib/warnings.pm @@ -6,7 +6,7 @@ package warnings; -our $VERSION = '1.08'; +our $VERSION = '1.09'; # Verify that we're called correctly so that warnings will work. # see also strict.pm. |