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