diff options
Diffstat (limited to 'lib')
-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 738a832bb6..e09712ad94 100644 --- a/lib/warnings.pm +++ b/lib/warnings.pm @@ -5,7 +5,7 @@ package warnings; -our $VERSION = '1.21'; +our $VERSION = '1.22'; # Verify that we're called correctly so that warnings will work. # see also strict.pm. |