Bumping version to 0.010005
[p5sagit/App-FatPacker.git] / t / line / line-test.pl
CommitLineData
56a51caa 1
2# To run this test manually:
3# perl -I../../lib ../../bin/fatpack file line-test.pl | perl
4
5package OurTest;
6
7use Test::More;
8
9our $main_file = __FILE__;
10note "File: $main_file";
11
12# Run the tests in the packed file
13do 'line/a.pm';
14