File: 001_0_load.t

package info (click to toggle)
libdirectory-scratch-structured-perl 0.04-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 108 kB
  • sloc: perl: 62; makefile: 2
file content (14 lines) | stat: -r-xr-xr-x 275 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

# test module loading

use strict ;
use warnings ;

use Test::NoWarnings ;

use Test::More qw(no_plan);
use Test::Exception ;

BEGIN { use_ok( 'Directory::Scratch::Structured', qw(create_structured_tree piggyback_directory_scratch) ) or BAIL_OUT("Can't load module"); } ;