Skip to content

Commit

Permalink
use \ for attributes values
Browse files Browse the repository at this point in the history
  • Loading branch information
andreeap committed Mar 19, 2015
1 parent 2ffeee8 commit 4488d18
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion t/release/documentation-not-readme.t
Expand Up @@ -9,7 +9,7 @@ use MetaCPAN::TestHelpers;
test_release(
'RWSTAUNER/Documentation-Not-Readme-0.01',
{
first => 1,
first => \1,
extra_tests => \&test_modules,
}
);
Expand Down
4 changes: 2 additions & 2 deletions t/release/meta-provides.t
Expand Up @@ -12,8 +12,8 @@ test_release(
name => 'Meta-Provides-1.01',
author => 'RWSTAUNER',
abstract => 'has provides key in meta',
authorized => 1,
first => 1,
authorized => \1,
first => \1,
provides => [ 'Meta::Provides', ],
status => 'latest',
extra_tests => sub {
Expand Down
2 changes: 1 addition & 1 deletion t/release/pod-examples.t
Expand Up @@ -9,7 +9,7 @@ use MetaCPAN::TestHelpers;
test_release(
'RWSTAUNER/Pod-Examples-99',
{
first => 1,
first => \1,
extra_tests => \&test_pod_examples,
}
);
Expand Down

0 comments on commit 4488d18

Please sign in to comment.