File: 01use.t

package info (click to toggle)
libmodule-pluggable-perl 5.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 440 kB
  • sloc: perl: 1,510; makefile: 4
file content (9 lines) | stat: -rwxr-xr-x 149 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
#!perl -w

use strict;
use Test::More tests => 3;

use_ok('Module::Pluggable');
use_ok('Module::Pluggable::Object');
use_ok('Devel::InnerPackage');