diff options
Diffstat (limited to 'PerlQt/t/f_import.t')
-rw-r--r-- | PerlQt/t/f_import.t | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/PerlQt/t/f_import.t b/PerlQt/t/f_import.t deleted file mode 100644 index 9f8977c..0000000 --- a/PerlQt/t/f_import.t +++ /dev/null @@ -1,19 +0,0 @@ -BEGIN { push @INC, "./t" ; print "1..1\n" } - -package main; - -use TQt; -use My::SubCodec; -use Foo::SubCodec; - -$tc1 = My::SubCodec(); -$tc2 = Foo::SubCodec(); - -$tc1->bar(); -$tc2->foo(); - -$tc2->deleteAllCodecs; - -# all imports OK - -print "ok 1\n"; |