Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
revert change in badbod test
  • Loading branch information
andreeap committed Mar 19, 2015
1 parent f7f9835 commit 2ffeee8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions t/release/badpod.t
Expand Up @@ -9,15 +9,15 @@ test_release(
{
name => 'BadPod-0.01',
author => 'MO',
authorized => 1,
first => 1,
authorized => \1,
first => \1,
provides => [ 'BadPod', ],
modules => {
'lib/BadPod.pm' => [
{
name => 'BadPod',
indexed => 1,
authorized => 1,
indexed => \1,
authorized => \1,
version => '0.01',
version_numified => 0.01,
associated_pod => 'MO/BadPod-0.01/lib/BadPod.pm',
Expand Down

0 comments on commit 2ffeee8

Please sign in to comment.