- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 99 for test (0.07 sec)
-
Test2::Tools::Refcount.txt
following test script: use Test::More tests => 2; use Test2::Tools::Refcount;...with F<-TEST.pmat> where C<TEST> is the number of the test that...perldoc.perl.org/Test2::Tools::Refcount.txtRegistered: 2025-03-22 09:20 - 8.6K bytes - Viewed (0) -
ExtUtils::MakeMaker::Tutorial.txt
'make test' will run these tests. Typically, the F<t/> test directory...the following C<test> directive: test => {TESTS => 't/*.t t/*/*/*.t'}...perldoc.perl.org/ExtUtils::MakeMaker::Tutorial.txtRegistered: 2025-03-23 00:45 - 5.4K bytes - Viewed (0) -
ok.txt
{ goto &Test::More::pass if $_[0] eq 'ok'; goto &Test::More::use_ok;...'1.302199'; use strict; use Test::More (); sub import { shift;...perldoc.perl.org/ok.txtRegistered: 2025-03-22 01:21 - 971 bytes - Viewed (0) -
ExtUtils::testlib.txt
be desirable to test it bypassing C<make test>. By adding use...Cwd; use File::Spec; # So the tests can chdir around and not break...perldoc.perl.org/ExtUtils::testlib.txtRegistered: 2025-03-23 05:46 - 911 bytes - Viewed (0) -
CPAN::Plugin::Specfile.txt
cpan shell to write a spec file test Acme::Meta # disable # if it...DESCRIPTION Implemented as a post-test hook, this plugin writes a specfile...perldoc.perl.org/CPAN::Plugin::Specfile.txtRegistered: 2025-03-22 14:50 - 8.5K bytes - Viewed (0) -
ExtUtils::MakeMaker::FAQ.txt
your tests are located with the C<test> directive: test => {TESTS...subdirectories to run tests in: test => {TESTS => 't/*.t t/foo/*.t...perldoc.perl.org/ExtUtils::MakeMaker::FAQ.txtRegistered: 2025-03-22 20:12 - 19.8K bytes - Viewed (0) -
ExtUtils::Command::MM.txt
@test_libs); Runs the tests on @ARGV via Test::Harness passing through...{ require Test::Harness; require File::Spec; $Test::Harness::verbose...perldoc.perl.org/ExtUtils::Command::MM.txtRegistered: 2025-03-22 10:39 - 7.5K bytes - Viewed (0) -
AutoSplit.txt
itself: sub test1 ($) { "test 1\n"; } sub test2 ($$) { "test 2\n";...Just::Another::test5 { "another test 5\n"; } sub test6 { return join...perldoc.perl.org/AutoSplit.txtRegistered: 2025-03-22 00:36 - 19.2K bytes - Viewed (0) -
CPAN::Meta::Spec.txt
Build make test configure, runtime, build, test Build test Consumers...'1.00', }, }, test => { recommends => { 'Test::Deep' => '0.10',...perldoc.perl.org/CPAN::Meta::Spec.txtRegistered: 2025-03-22 11:07 - 36.1K bytes - Viewed (0) -
ExtUtils::MakeMaker.txt
directives: test => {TESTS => 't/*/*.t t/*/*/*.t'} test => {TESTS => 't/foo/*.t...} =item test Specify the targets for testing. {TESTS => 't/*.t'}...perldoc.perl.org/ExtUtils::MakeMaker.txtRegistered: 2025-03-23 02:03 - 106.7K bytes - Viewed (0)