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 | 19582 | jmash | Initial fork of P4Perl. | ||
//guest/perforce_software/p4perl/main/t/01-load-module.t | |||||
#1 | 15920 | Matt Attaway | Move p4perl files into the main directory | ||
//guest/perforce_software/p4perl/t/01-load-module.t | |||||
#1 | 8486 | Paul Allen |
Initial population of P4PERL from: //depot/main/p4-perl/...@565514 //depot/main/p4-doc/user/p4perlnotes.txt@565514 |