X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Flib%2FTestAppIndexDefault.pm;fp=t%2Flib%2FTestAppIndexDefault.pm;h=9a129cba8e5a7768c5372cc40c2130bb047fa368;hp=0000000000000000000000000000000000000000;hb=2ee0056ea3edb67a476aadeac450afdb3a5286d8;hpb=68af38662275bb5259aa49d555205396d0a63fd3 diff --git a/t/lib/TestAppIndexDefault.pm b/t/lib/TestAppIndexDefault.pm new file mode 100644 index 0000000..9a129cb --- /dev/null +++ b/t/lib/TestAppIndexDefault.pm @@ -0,0 +1,8 @@ +package TestAppIndexDefault; +use strict; +use warnings; +use Catalyst; + +__PACKAGE__->setup; + +1;