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