IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5281


Ignore:
Timestamp:
Oct 11, 2005, 4:49:07 PM (21 years ago)
Author:
jhoblitt
Message:

enable pod tests
disable podcover tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-PSFTP/t/00_distribution.t

    r5226 r5281  
    33# Copyright (C) 2005  Joshua Hoblitt
    44#
    5 # $Id: 00_distribution.t,v 1.1.1.1 2005-10-06 00:03:10 jhoblitt Exp $
     5# $Id: 00_distribution.t,v 1.2 2005-10-12 02:49:07 jhoblitt Exp $
    66
    77use strict;
     
    2121        plan skip_all => 'Test::Distribution not installed';
    2222    } else {
    23         # pod tests have to be disabled because of the Pod test strings in
    24         # Test::Pod::Tidy
    25         import Test::Distribution not => qw( pod );
     23        import Test::Distribution not => qw( podcover );
    2624    }
    2725}
Note: See TracChangeset for help on using the changeset viewer.