mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 16:39:36 +00:00
Bump VERSION in warnings.pm
This commit is contained in:
parent
e78caca814
commit
f7cf35fe95
2
lib/warnings.pm
generated
2
lib/warnings.pm
generated
@ -5,7 +5,7 @@
|
||||
|
||||
package warnings;
|
||||
|
||||
our $VERSION = "1.68";
|
||||
our $VERSION = "1.69";
|
||||
|
||||
# Verify that we're called correctly so that warnings will work.
|
||||
# Can't use Carp, since Carp uses us!
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
#
|
||||
# This script is normally invoked from regen.pl.
|
||||
|
||||
$VERSION = '1.68';
|
||||
$VERSION = '1.69';
|
||||
|
||||
BEGIN {
|
||||
require './regen/regen_lib.pl';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user