diff options
author | Florian Ragwitz <rafl@debian.org> | 2010-09-10 21:03:14 +0200 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-09-10 21:03:35 +0200 |
commit | 26e1fc477121e1e63483cedf7ac680580371fc91 (patch) | |
tree | 1f4774211d75ef633ab08ed08fcb4ba8bc213a33 /warnings.pl | |
parent | 1378181044ae371d10218f7cd4456d83c4cb3f50 (diff) | |
download | perl-26e1fc477121e1e63483cedf7ac680580371fc91.tar.gz |
Bump $warnings{,::register}::VERSION
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 1e136f6336..0bb1fab701 100644 --- a/warnings.pl +++ b/warnings.pl @@ -452,7 +452,7 @@ __END__ package warnings; -our $VERSION = '1.10'; +our $VERSION = '1.11'; # Verify that we're called correctly so that warnings will work. # see also strict.pm. |