X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FBase.pm;h=24f730eff1d3fe4e775b74f6d1b692b81b833e4e;hp=5d8a4e6df629f0415d81f880a32c8db4ab11d95b;hb=e5ecd5bc38bac3e2fcfaf643ea2a4c6ab46d7e57;hpb=7fa2c9c1b85c98786655ad5169708d8dc84e8353 diff --git a/lib/Catalyst/Base.pm b/lib/Catalyst/Base.pm index 5d8a4e6..24f730e 100644 --- a/lib/Catalyst/Base.pm +++ b/lib/Catalyst/Base.pm @@ -1,7 +1,8 @@ package Catalyst::Base; -use strict; -use base qw/Catalyst::Controller/; +use Moose; +BEGIN{ extends qw/Catalyst::Controller/ }; + 1; @@ -31,4 +32,4 @@ Matt S Trout, C This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself. -=cut \ No newline at end of file +=cut