diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-11-24 13:51:21 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-11-24 13:51:21 +0100 |
commit | 789c461534f3eb0346447f8127786b7da3017f6c (patch) | |
tree | e80ee78f63b5712fdcc13fa3ff28a3d0da93d5f9 /warnings.pl | |
parent | 68a00014b571d4710c4547f0636aeb35e307c012 (diff) | |
download | perl-789c461534f3eb0346447f8127786b7da3017f6c.tar.gz |
Bump version and regenerate warnings.pm
Diffstat (limited to 'warnings.pl')
-rw-r--r-- | warnings.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/warnings.pl b/warnings.pl index 9d84a79f2c..835fd7c5e4 100644 --- a/warnings.pl +++ b/warnings.pl @@ -451,7 +451,7 @@ __END__ package warnings; -our $VERSION = '1.07'; +our $VERSION = '1.08'; # Verify that we're called correctly so that warnings will work. # see also strict.pm. |