Merge branch '104-path_empty_brackets' of https://github.com/grim8634/catalyst-runtim...
[catagits/Catalyst-Runtime.git] / t / lib / TestPath.pm
1 package TestPath;
2 use strict;
3 use warnings;
4 use Catalyst;
5
6 __PACKAGE__->setup;
7
8 1;