File: 045-import-into_level.t

package info (click to toggle)
libmouse-perl 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,156 kB
  • sloc: perl: 14,569; ansic: 218; makefile: 8
file content (12 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
use strict;
use warnings;
use lib 't/lib';
use Test::More tests => 1;

{
    package Foo;
    use BaseClass;
}

is(Foo->new->foo(), 'bar');