Suppressing Data::Dumper warnings in test t/aggregate/live_component_controller_actio...
[catagits/Catalyst-Runtime.git] / t / lib / TestAppMatchSingleArg.pm
1 package TestAppMatchSingleArg;
2 use strict;
3 use warnings;
4 use Catalyst;
5
6 __PACKAGE__->setup;
7
8 1;