File: 01_use.t

package info (click to toggle)
libclass-inspector-perl 1.36-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 232 kB
  • sloc: perl: 265; sh: 13; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
use strict;
use warnings;
use Test::More tests => 3;

ok( $] >= 5.006, "Your perl is new enough" );

use_ok('Class::Inspector');
use_ok('Class::Inspector::Functions');