Skip to content

Commit

Permalink
fix basic.t broken by new module_name heuristics
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.perl.org/modules/Module-Build/trunk@13349 50811bd7-b8ce-0310-adc1-d9db26280581
  • Loading branch information
xdg committed Sep 16, 2009
1 parent 4e53d1a commit 43b989d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/basic.t
Expand Up @@ -27,7 +27,7 @@ $dist->chdir_in;

$mb = Module::Build->new( dist_name => $dist->name, dist_version => 7 );
ok $mb;
ok ! $mb->module_name; # Make sure it's defined
ok $mb->module_name; # Set via heuristics
is $mb->dist_name, $dist->name;
}

Expand Down

0 comments on commit 43b989d

Please sign in to comment.