Help for this page

Select Code to Download


  1. or download this
    C:\temp\temp\FOO>type FOO.pm
    
    ...
    
    is(${^TAINT}, 1, 'taint test');
    is($FOO::VERSION, 0.5, 'version test');
    
  2. or download this
    C:\temp\temp\FOO>perl makefile.PL
    Writing Makefile for FOO
    ...
    All tests successful.
    Files=1, Tests=2,  1 wallclock secs ( 0.09 usr +  0.03 sys =  0.12 CPU
    +)
    Result: PASS
    
  3. or download this
    C:\temp\temp\FOO>perl -T -Mblib t/01t.t
    Insecure dependency in require while running with -T switch at t/01t.t
    + line 2.
    BEGIN failed--compilation aborted at t/01t.t line 2.
    
    C:\temp\temp\FOO>