From 6a761ace523853a0b9c4ae72bd90fb320bdd7c0d Mon Sep 17 00:00:00 2001 From: Joshua ben Jore Date: Mon, 12 Mar 2007 17:35:11 -0700 Subject: inform constant.pm about UNITCHECK From: "Joshua ben Jore" Message-ID: p4raw-id: //depot/perl@30561 --- lib/constant.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/constant.pm') diff --git a/lib/constant.pm b/lib/constant.pm index 318a5636e6..83714a89a4 100644 --- a/lib/constant.pm +++ b/lib/constant.pm @@ -5,12 +5,12 @@ use 5.006_00; use warnings::register; our($VERSION, %declared); -$VERSION = '1.08'; +$VERSION = '1.09'; #======================================================================= # Some names are evil choices. -my %keywords = map +($_, 1), qw{ BEGIN INIT CHECK END DESTROY AUTOLOAD }; +my %keywords = map +($_, 1), qw{ BEGIN INIT CHECK UNITCHECK END DESTROY AUTOLOAD }; my %forced_into_main = map +($_, 1), qw{ STDIN STDOUT STDERR ARGV ARGVOUT ENV INC SIG }; -- cgit v1.2.1