File: 00.load.t

package info (click to toggle)
liblist-maker-perl 0.005-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 188 kB
  • ctags: 11
  • sloc: perl: 225; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
use Test::More tests => 1;

BEGIN {
    use_ok( 'List::Maker' )
    or
    BAIL_OUT($@);
}

diag( "Testing List::Maker $List::Maker::VERSION" );