Skip to content

Commit

Permalink
Add more frameworks that possibly depend on Plack. Make a clean envir…
Browse files Browse the repository at this point in the history
…onment for each module.
  • Loading branch information
miyagawa committed Jun 12, 2013
1 parent 2d1ab7c commit 4dee6a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions t/author-downstream.t
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ plan skip_all => "AUTHOR_TESTING is required." unless $ENV{AUTHOR_TESTING};

my @downstream = qw(
Starman Starlet Twiggy Monoceros
OX Dancer2 Catalyst
);

my $tmp = tempdir(CLEANUP => 1);

is(system("cpanm --notest -l $tmp ."), 0);
for my $module (@downstream) {
my $tmp = tempdir(CLEANUP => 1);
is(system("cpanm --notest -l $tmp ."), 0);
is(system("cpanm -l $tmp --test-only $module"), 0, $module);
}

Expand Down

0 comments on commit 4dee6a8

Please sign in to comment.