X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FComponent.pm;h=339cab8994a43c350dc3f31231f62952a7b622d4;hb=8d2fa70c6c45f97e181394e83ca19d0b9009703b;hp=5718b28fa987e5e9e1f51c05536ce44ea50c83aa;hpb=684d10edf63074f94667d437db01d30b8d13cefc;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Component.pm b/lib/Catalyst/Component.pm index 5718b28..339cab8 100644 --- a/lib/Catalyst/Component.pm +++ b/lib/Catalyst/Component.pm @@ -15,7 +15,7 @@ Catalyst::Component - Catalyst Component Base Class # lib/MyApp/Model/Something.pm package MyApp::Model::Something; - use base 'Catalyst::Base'; + use base 'Catalyst::Component'; __PACKAGE__->config( foo => 'bar' ); @@ -101,7 +101,7 @@ sub process { =head1 SEE ALSO -L. +L, L, L, L. =head1 AUTHOR