File: 00.load.t

package info (click to toggle)
libtree-rb-perl 0.500006-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 204 kB
  • sloc: perl: 635; makefile: 525
file content (7 lines) | stat: -rw-r--r-- 128 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
use Test::More tests => 3;

BEGIN {
use_ok( 'Tree::RB' );
use_ok( 'Tree::RB::Node' );
use_ok( 'Tree::RB::Node::_Constants' );
}