From: Matt S Trout Date: Wed, 11 Jan 2006 00:28:42 +0000 (+0000) Subject: - Added missing fallback to Catalyst::Action as spotted by Frank Wiegand X-Git-Tag: 5.7099_04~753 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=6a0648863b2a3a4a745dc701d422b954cadc05b0;hp=9d17368e8d5a29c37d3a98332da6a00976643a49 - Added missing fallback to Catalyst::Action as spotted by Frank Wiegand --- diff --git a/lib/Catalyst/Action.pm b/lib/Catalyst/Action.pm index 130006a..0002ef7 100644 --- a/lib/Catalyst/Action.pm +++ b/lib/Catalyst/Action.pm @@ -13,6 +13,9 @@ use overload ( # Codulate to encapsulated action coderef '&{}' => sub { shift->{code} }, + # Make general $stuff still work + fallback => 1, + ); =head1 NAME