changelog and version bump for 0.104
[gitmo/MooseX-InsideOut.git] / t / lib / InsideOut / BaseIO.pm
1 use strict;
2 use warnings;
3
4 package InsideOut::BaseIO;
5
6 use MooseX::InsideOut;
7
8 has base_foo => (
9   is => 'rw',
10 );
11
12 1;