Help for this page

Select Code to Download


  1. or download this
    Date: Fri, 6 Jun 2008 17:20:12 +0100
    Subject: FAIL Test-MonitorSites-0.13 darwin-2level 7.9.0
    ...
    
        No requirements found
    
  2. or download this
    use strict;
    use warnings;
    ...
        dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }
    +,
        clean               => { FILES => 'Test-MonitorSites-* t/*.ini' },
    );
    
  3. or download this
    my($f) = File::Util->new();
    my @config_files = $f->list_dir( 't/ini' , '--pattern=\.ini$' );
    foreach my $config_file (@config_files){