Changeset 13116
- Timestamp:
- May 1, 2007, 3:07:56 PM (19 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
Nebulous-Server/t/00_distribution.t (modified) (2 diffs)
-
Nebulous/t/00_distribution.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/t/00_distribution.t
r5668 r13116 3 3 # Copyright (C) 2005 Joshua Hoblitt 4 4 # 5 # $Id: 00_distribution.t,v 1. 1 2005-12-03 02:59:49jhoblitt Exp $5 # $Id: 00_distribution.t,v 1.2 2007-05-02 01:07:56 jhoblitt Exp $ 6 6 7 7 use strict; … … 21 21 plan skip_all => 'Test::Distribution not installed'; 22 22 } else { 23 import Test::Distribution not => qw( podcover );23 import Test::Distribution not => [qw( versions use podcover )]; 24 24 } 25 25 } -
trunk/Nebulous/t/00_distribution.t
r5668 r13116 3 3 # Copyright (C) 2005 Joshua Hoblitt 4 4 # 5 # $Id: 00_distribution.t,v 1. 1 2005-12-03 02:59:49jhoblitt Exp $5 # $Id: 00_distribution.t,v 1.2 2007-05-02 01:07:56 jhoblitt Exp $ 6 6 7 7 use strict; … … 21 21 plan skip_all => 'Test::Distribution not installed'; 22 22 } else { 23 import Test::Distribution not => qw( podcover );23 import Test::Distribution not => [qw( versions use podcover )]; 24 24 } 25 25 }
Note:
See TracChangeset
for help on using the changeset viewer.
