Reverted stupidity workaround
Sebastian Riedel [Thu, 3 Nov 2005 16:48:54 +0000 (16:48 +0000)]
lib/Catalyst/Base.pm

index dd93038..6a97984 100644 (file)
@@ -12,9 +12,6 @@ __PACKAGE__->mk_classdata($_) for qw/_dispatch_steps/;
 
 __PACKAGE__->_dispatch_steps( [qw/_BEGIN _AUTO _ACTION/] );
 
-# Fix for stupid components
-*new = \&Catalyst::Component::new;
-
 sub _DISPATCH : Private {
     my ( $self, $c ) = @_;