feex the tests
[gitmo/MooseX-Object-Pluggable.git] / t / lib / TestApp2.pm
CommitLineData
0a369903 1package TestApp2;
2
3use strict;
4use warnings;
5use Moose;
6
7extends 'TestApp';
8
9
101;