From 41ac5f6f523429f1cf16ffb5b09af82c921712c2 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Thu, 26 Jan 2012 20:45:28 -0800 Subject: Increase $warnings::VERSION to 1.13 --- lib/warnings.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/warnings.pm') 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. -- cgit v1.2.1