this should always have been STDERR (thanks polettix)
[p5sagit/App-FatPacker.git] / t / line / lib / line / a.pm
1
2 # This file will be included in the packed file generated by t/line.t
3
4 # Check that the name is the one of the packed file
5 is __FILE__, $main_file, '__FILE__';
6 # Check that the line is the one where the module code starts in the packed file
7 is __LINE__, 14, '__LINE__';
8
9 1;