File: line-test.pl

package info (click to toggle)
libapp-fatpacker-perl 0.010008-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 140 kB
  • sloc: perl: 325; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

# To run this test manually:
# perl -I../../lib ../../bin/fatpack file line-test.pl | perl

package OurTest;

use Test::More;

our $main_file = __FILE__;
note "File: $main_file";

# Run the tests in the packed file
do 'line/a.pm';