Bumping version to 0.010005
[p5sagit/App-FatPacker.git] / t / basic.t
CommitLineData
48af1939 1use strict;
2use warnings FATAL => 'all';
3use Test::More qw(no_plan);
4
5require App::FatPacker;
48af1939 6
7pass "Didn't blow up";