use Test::More tests => 2; BEGIN { use_ok( 'P4' ); } # Now test that 'p4d' is in the path. We'll rely heavily on # this in later tests. ok( length( `p4d -h` ) > 0 );
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 7615 | Robert Cowham | Bring to main | ||
//guest/robert_cowham/perforce/API/p4perl/p4perl-2007.3/t/01-load-module.t | |||||
#1 | 7614 | Robert Cowham | P4Perl 2007.3 |