make this test lib like all the others
[catagits/Catalyst-Runtime.git] / t / Test / Apple.pm
CommitLineData
ec4d7259 1package t::Test::Apple;
2
3use strict;
4use warnings;
5
6use parent qw/Catalyst::Controller/;
7
8sub default :Path {
9}
10
11sub apple :Local {
12}
13
141;