Changeset 22043

Show
Ignore:
Timestamp:
10/24/08 17:59:27 (5 years ago)
Author:
yappo
Message:

oops

Location:
lang/perl/Module-Setup/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Module-Setup/trunk/lib/Module/Setup/Test/Flavor.pm

    r22042 r22043  
    1818    } 
    1919 
    20     for my $func (qw/ run_flavor_test name files file dirs options default_dialog dialog /) { 
     20    for my $func (qw/ run_flavor_test name flavor files file dirs options default_dialog dialog /) { 
    2121        no strict 'refs'; 
    2222        *{"$caller\::$func"} = \&{ $func }; 
  • lang/perl/Module-Setup/trunk/t/010_core/detect-flavor-tests-error.t

    r22040 r22043  
    88            default_dialog; 
    99            name 'MyApp'; 
     10            flavor 'Default'; 
    1011            files qw( .shipit Changes MANIFEST.SKIP README xt/01_podspell.t xt/02_perlcritic.t xt/03_pod.t xt/perlcriticrc ); 
    1112            file 'Makefile.PL'  => qr!lib/MyApp.pm!;