Skip to content

Commit

Permalink
Fixes Dist::Zilla search precision test.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed May 27, 2014
1 parent ef7d4f2 commit d500bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/controller/search/precision.t
Expand Up @@ -9,7 +9,7 @@ my %tests = (
'anyevent' => 'AnyEvent',
'AnyEvent' => 'AnyEvent',
'anyevent http' => 'AnyEvent::HTTP',
'dist zilla' => 'Dist::Zilla',
'Dist::Zilla' => 'Dist::Zilla',
'dbi' => 'DBI',
'Perl::Critic' => 'Perl::Critic',
'HTML::TokeParser' => 'HTML::TokeParser',
Expand Down

1 comment on commit d500bba

@monken
Copy link
Contributor

@monken monken commented on d500bba May 27, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would suggest you make it a TODO test since generally dist zilla should return Dist::Zilla first, Zilla::Dist should come second.

Please sign in to comment.