IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13116


Ignore:
Timestamp:
May 1, 2007, 3:07:56 PM (19 years ago)
Author:
jhoblitt
Message:

don't check version strings or load modules because it exploids unless your under mod_perl

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/t/00_distribution.t

    r5668 r13116  
    33# Copyright (C) 2005  Joshua Hoblitt
    44#
    5 # $Id: 00_distribution.t,v 1.1 2005-12-03 02:59:49 jhoblitt Exp $
     5# $Id: 00_distribution.t,v 1.2 2007-05-02 01:07:56 jhoblitt Exp $
    66
    77use strict;
     
    2121        plan skip_all => 'Test::Distribution not installed';
    2222    } else {
    23         import Test::Distribution not => qw( podcover );
     23        import Test::Distribution not => [qw( versions use podcover )];
    2424    }
    2525}
  • trunk/Nebulous/t/00_distribution.t

    r5668 r13116  
    33# Copyright (C) 2005  Joshua Hoblitt
    44#
    5 # $Id: 00_distribution.t,v 1.1 2005-12-03 02:59:49 jhoblitt Exp $
     5# $Id: 00_distribution.t,v 1.2 2007-05-02 01:07:56 jhoblitt Exp $
    66
    77use strict;
     
    2121        plan skip_all => 'Test::Distribution not installed';
    2222    } else {
    23         import Test::Distribution not => qw( podcover );
     23        import Test::Distribution not => [qw( versions use podcover )];
    2424    }
    2525}
Note: See TracChangeset for help on using the changeset viewer.