File: 00-load.t

package info (click to toggle)
libautobox-list-util-perl 20090629-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 116 kB
  • ctags: 12
  • sloc: perl: 59; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
use blib;
use Test::More tests => 1;

BEGIN {
	use_ok( 'autobox::List::Util' );
}

diag( "Testing autobox::List::Util $autobox::List::Util::VERSION, Perl $], $^X" );