Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed Apr 22, 2016
1 parent 0e28172 commit e6043f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions t/release/binary-data.t
Expand Up @@ -9,16 +9,16 @@ test_release(
{
name => 'Binary-Data-0.01',
author => 'BORISNAT',
authorized => \1,
first => \1,
authorized => 1,
first => 1,
provides => [ 'Binary::Data', 'Binary::Data::WithPod', ],
main_module => 'Binary::Data',
modules => {
'lib/Binary/Data.pm' => [
{
name => 'Binary::Data',
indexed => \1,
authorized => \1,
indexed => 'true',
authorized => 'true',
version => '0.01',
version_numified => 0.01,

Expand All @@ -28,8 +28,8 @@ test_release(
'lib/Binary/Data/WithPod.pm' => [
{
name => 'Binary::Data::WithPod',
indexed => \1,
authorized => \1,
indexed => 'true',
authorized => 'true',
version => '0.02',
version_numified => 0.02,
associated_pod =>
Expand Down
4 changes: 2 additions & 2 deletions t/release/packages.t
Expand Up @@ -19,7 +19,7 @@ test_release(
'lib/Packages.pm' => [
{
name => 'Packages',
indexed => \1,
indexed => 'true',
authorized => 'true',
version => '1.103',
version_numified => 1.103,
Expand All @@ -30,7 +30,7 @@ test_release(
'lib/Packages/BOM.pm' => [
{
name => 'Packages::BOM',
indexed => \1,
indexed => 'true',
authorized => 'true',
version => 0.04,
version_numified => 0.04,
Expand Down

0 comments on commit e6043f7

Please sign in to comment.