From: Sebastian Riedel Date: Tue, 22 Mar 2005 04:07:56 +0000 (+0000) Subject: AAAAAAAAAAAAAAAAAAAAAAAAAAAHHHH!! X-Git-Tag: 5.7099_04~1740 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=caca1b02bf3a1559079047dde1edf73bfee358da AAAAAAAAAAAAAAAAAAAAAAAAAAAHHHH!! --- diff --git a/Changes b/Changes index 283c6a4..f210333 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ This file documents the revision history for Perl extension Catalyst. +4.32 Tue Mar 22 02:10:00 2005 + - made a damn typo *AAAAAAAAAAAAAAHHHH!!!* + 4.31 Tue Mar 22 02:00:00 2005 - fixed inheritance (Christian Hansen) - previous release was borked! diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index c55563f..5208501 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -7,7 +7,7 @@ use Catalyst::Log; __PACKAGE__->mk_classdata($_) for qw/_config log/; -our $VERSION = '4.31'; +our $VERSION = '4.32'; our @ISA; =head1 NAME diff --git a/lib/Catalyst/Helper.pm b/lib/Catalyst/Helper.pm index 5e21f2a..1382d22 100644 --- a/lib/Catalyst/Helper.pm +++ b/lib/Catalyst/Helper.pm @@ -327,7 +327,7 @@ $Config{startperl} -w BEGIN { \$ENV{CATALYST_ENGINE} = 'CGI'; - \$ENV{CATALYST_TEST = 1; + \$ENV{CATALYST_TEST} = 1; } use strict;