bump $strict::VERSION and $warnings::VERSION

Programming / Compilers / PERL - Tony Cook [develop-help.com] - 1 March 2016 22:52 UTC



###

diff --git a/lib/strict.pm b/lib/strict.pm
index f528df7..923c921 100644
--- a/lib/strict.pm
+++ b/lib/strict.pm
@@ -1,6 +1,6 @@
package strict;

-$strict::VERSION = "1.10";
+$strict::VERSION = "1.11";

my ( %bitmask, %explicit_bitmask );

diff --git a/lib/warnings.pm b/lib/warnings.pm
index eab3b63..ddb0c35 100644
--- a/lib/warnings.pm
+++ b/lib/warnings.pm
@@ -5,7 +5,7 @@

package warnings;

-our $VERSION = "1.35";
+our $VERSION = "1.36";

# Verify that we're called correctly so that warnings will work.
# Can't use Carp, since Carp uses us!
diff --git a/regen/warnings.pl b/regen/warnings.pl
index bed198d..d81a078 100644
--- a/regen/warnings.pl
+++ b/regen/warnings.pl
@@ -16,7 +16,7 @@
#
# This script is normally invoked from regen.pl.

-$VERSION = '1.35';
+$VERSION = '1.36';

BEGIN {
require 'regen/regen_lib.pl';

8c6587e bump $strict::VERSION and $warnings::VERSION
lib/strict.pm | 2 +-
lib/warnings.pm | 2 +-
regen/warnings.pl | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)

Upstream: perl5.git.perl.org


  • Share