this should always have been STDERR (thanks polettix)
[p5sagit/App-FatPacker.git] / t / line / lib / line / a.pm
CommitLineData
56a51caa 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
5is __FILE__, $main_file, '__FILE__';
6# Check that the line is the one where the module code starts in the packed file
7is __LINE__, 14, '__LINE__';
8
91;