Help for this page

Select Code to Download


  1. or download this
    md tmp6
    cd tmp6
    ...
    cd ..
    cd ..
    rm -rf tmp6
    
  2. or download this
    $ md tmp6
    
    ...
        `-- MyProject.pm
    
    3 directories, 2 files
    
  3. or download this
    $ pmvers Module::Starter Module::Build Test::Pod::Coverage
    Module::Starter: 1.57
    Module::Build: 0.38
    Test::Pod::Coverage: 1.08
    
  4. or download this
    $  md lib\Path
    
    ...
            `-- Name.pm
    
    4 directories, 3 files
    
  5. or download this
    $ more MANIFEST
    Build.PL
    Changes
    ...
    t/manifest.t
    t/pod-coverage.t
    t/pod.t
    
  6. or download this
    
    $ perl Build disttest
    ...
    All tests successful.
    Files=4, Tests=3,  0 wallclock secs ( 0.06 usr +  0.05 sys =  0.11 CPU
    +)
    Result: PASS
    
  7. or download this
    $ perl Build manifest
    File 'MANIFEST.SKIP' does not exist: Creating a temporary 'MANIFEST.SK
    +IP'
    ...
    Result: FAIL
    Failed 1/5 test programs. 2/10 subtests failed.
    Error executing 'Build test' in dist directory at C:/perl/5.12.2/lib/M
    +odule/Build/Base.pm line 4087.