File: 00.load.t

package info (click to toggle)
libtest-effects-perl 0.002000-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 216 kB
  • sloc: perl: 505; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 194 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
use Test::More tests => 1;

BEGIN {
    use_ok( 'Test::Effects' )
        or
    BAIL_OUT q{Test::Effects did not load successfully};
}

diag( "Testing Test::Effects $Test::Effects::VERSION" );