File: relative-plain.t

package info (click to toggle)
librelative-perl 0.04-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 140 kB
  • sloc: perl: 243; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 99 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!perl -Tw
use strict;
use Test::More;
use lib "t";

plan tests => 30;
use_ok( "BigApp::Report" );