Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
order deps alphabetically
  • Loading branch information
stmuk committed Sep 14, 2015
1 parent 18afa95 commit f337686
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions t/000-check-dependencies.t
Expand Up @@ -4,13 +4,13 @@ use lib 'lib';
use Test;

my @dependencies = qw{
URI
Pod::To::HTML
LWP::Simple
Algorithm::Soundex
DBIish
File::Temp
HTTP::Easy
LWP::Simple
Pod::To::HTML
URI
};

plan @dependencies.elems;
Expand Down

0 comments on commit f337686

Please sign in to comment.