Skip to content

Commit

Permalink
Merge pull request #1824 from metacpan/oalders/fix-perl-test
Browse files Browse the repository at this point in the history
Partially revert change made in fc90542.
  • Loading branch information
ranguard committed Nov 29, 2016
2 parents b6ec537 + 1feea29 commit 6176d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/controller/changes.t
Expand Up @@ -25,7 +25,7 @@ test_psgi app, sub {
my $tx = tx($res);
$tx->like(
'//title',
qr{^pod/perldelta.pod - },
qr/^perldelta - /,
'got perldelta for perl release'
);
}
Expand Down

0 comments on commit 6176d35

Please sign in to comment.