X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FController.pm;h=87f6df0d4b9769adddf248669bd77bc1e955a5b3;hp=9b8b0378a14909c89c4a2e4abc3ccf0056653ca0;hb=25ca36c2fb3547600772a73c722a30b469ad632f;hpb=8748abc507b9025f3bb4c806800e28cef79f1c0a diff --git a/lib/Catalyst/Controller.pm b/lib/Catalyst/Controller.pm index 9b8b037..87f6df0 100644 --- a/lib/Catalyst/Controller.pm +++ b/lib/Catalyst/Controller.pm @@ -374,6 +374,9 @@ sub gather_default_action_roles { push @roles, 'Catalyst::ActionRole::Scheme' if $args{attributes}->{Scheme}; + + push @roles, 'Catalyst::ActionRole::QueryMatching' + if $args{attributes}->{Query}; return @roles; }