File: Inheritance.t

package info (click to toggle)
libexporter-declare-perl 0.114-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 228 kB
  • sloc: perl: 1,607; makefile: 4
file content (10 lines) | stat: -r--r--r-- 145 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/perl
use strict;
use warnings;

use Fennec::Lite;

use lib 'lib', 't/lib';
use_ok( 'InheritanceChild', 'the_export' );

done_testing;