File: line-test.pl

package info (click to toggle)
libapp-fatpacker-perl 0.010001-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 140 kB
  • ctags: 32
  • sloc: perl: 437; 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';