Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 99 for test (0.07 sec)

  1. 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.txt
    Registered: 2025-03-22 09:20
    - 8.6K bytes
    - Viewed (0)
  2. 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.txt
    Registered: 2025-03-23 00:45
    - 5.4K bytes
    - Viewed (0)
  3. 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.txt
    Registered: 2025-03-22 01:21
    - 971 bytes
    - Viewed (0)
  4. 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.txt
    Registered: 2025-03-23 05:46
    - 911 bytes
    - Viewed (0)
  5. 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.txt
    Registered: 2025-03-22 14:50
    - 8.5K bytes
    - Viewed (0)
  6. 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.txt
    Registered: 2025-03-22 20:12
    - 19.8K bytes
    - Viewed (0)
  7. 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.txt
    Registered: 2025-03-22 10:39
    - 7.5K bytes
    - Viewed (0)
  8. 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.txt
    Registered: 2025-03-22 00:36
    - 19.2K bytes
    - Viewed (0)
  9. 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.txt
    Registered: 2025-03-22 11:07
    - 36.1K bytes
    - Viewed (0)
  10. 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.txt
    Registered: 2025-03-23 02:03
    - 106.7K bytes
    - Viewed (0)
Back to top