Attempt to fix Travis build on 5.20 and 5.22
[catagits/Catalyst-Runtime.git] / t / lib / TestPath.pm
CommitLineData
dd6a9f23 1package TestPath;
2use strict;
3use warnings;
4use Catalyst;
5
6__PACKAGE__->setup;
7
81;