File: 00.load.t

package info (click to toggle)
libclass-std-fast-perl 0.0.8-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 216 kB
  • sloc: perl: 575; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 346 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
use Test::More tests => 2;

BEGIN {
    package Test::Class::Std::Fast;
    ::use_ok('Class::Std::Fast');

    package Test::Class::Std::Fast::Storable;
    ::use_ok('Class::Std::Fast::Storable');
}

diag( "Testing Class::Std::Fast $Class::Std::Fast::VERSION" );
diag( "Testing Class::Std::Fast::Storable $Class::Std::Fast::Storable::VERSION" );