Changeset 20909
- Timestamp:
- 10/07/08 19:27:03 (6 weeks ago)
- Files:
-
- 1 modified
-
lang/perl/Module-Setup/trunk/t/020_run/simple.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Module-Setup/trunk/t/020_run/simple.t
r20907 r20909 30 30 return $default; 31 31 }; 32 $msetup->run($options, [ $block->module ]); 32 my $args = [ $block->module ]; 33 push @{ $args }, $block->flavor if $block->flavor; 34 $msetup->run($options, $args); 33 35 34 36 ok -d Path::Class::Dir->new( $target, $block->create_dir ); … … 64 66 - Bar 65 67 - Baz_Bla.pm 68 69 === 70 --- module: Foo 71 --- flavor: flavor 72 --- create_dir: Foo 73 --- libs yaml 74 - Foo.pm
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)