X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FActionContainer.pm;h=31e36cd072155a9d91c787f8515614e094edd242;hp=a51f90a0e2d9f14e04b24bf6e4b7cfce94d446e6;hb=f3414019f472b55682ef3af53f761b6db7955887;hpb=8c80e4f8ed93daf2d635c0480bdc97adf24e49c1 diff --git a/lib/Catalyst/ActionContainer.pm b/lib/Catalyst/ActionContainer.pm index a51f90a..31e36cd 100644 --- a/lib/Catalyst/ActionContainer.pm +++ b/lib/Catalyst/ActionContainer.pm @@ -18,13 +18,6 @@ to represent the various dispatch points in your application. use Class::C3; use Moose; -use overload ( - - # Stringify to path part for tree search - q{""} => sub { shift->part }, - -); - has part => (is => 'rw', required => 1, lazy => 1, default => sub { {} }); has actions => (is => 'rw', required => 1, lazy => 1, default => sub { {} });