Changeset 20921
- Timestamp:
- 10/07/08 20:06:25 (3 months ago)
- Files:
-
- 1 modified
-
lang/perl/Module-Setup/trunk/t/020_run/simple.t (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Module-Setup/trunk/t/020_run/simple.t
r20909 r20921 10 10 plan tests => 6 * blocks; 11 11 12 my %dir_cache; 13 my $dir_count = 0; 12 14 run { 13 15 my $block = shift; 14 16 15 local $ENV{MODULE_SETUP_DIR} = File::Temp->newdir;17 local $ENV{MODULE_SETUP_DIR} = $dir_cache{$dir_count++} = File::Temp->newdir; 16 18 17 19 my $msetup = Module::Setup->new; 18 20 19 my $target = File::Temp->newdir;21 my $target = $dir_cache{$dir_count++} = File::Temp->newdir; 20 22 my $options = { 21 23 unset_hash_term => 1,
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)