Skip to content

Commit e6043f7

Browse files
committed
test fixes
1 parent 0e28172 commit e6043f7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

t/release/binary-data.t

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ test_release(
99
{
1010
name => 'Binary-Data-0.01',
1111
author => 'BORISNAT',
12-
authorized => \1,
13-
first => \1,
12+
authorized => 1,
13+
first => 1,
1414
provides => [ 'Binary::Data', 'Binary::Data::WithPod', ],
1515
main_module => 'Binary::Data',
1616
modules => {
1717
'lib/Binary/Data.pm' => [
1818
{
1919
name => 'Binary::Data',
20-
indexed => \1,
21-
authorized => \1,
20+
indexed => 'true',
21+
authorized => 'true',
2222
version => '0.01',
2323
version_numified => 0.01,
2424

@@ -28,8 +28,8 @@ test_release(
2828
'lib/Binary/Data/WithPod.pm' => [
2929
{
3030
name => 'Binary::Data::WithPod',
31-
indexed => \1,
32-
authorized => \1,
31+
indexed => 'true',
32+
authorized => 'true',
3333
version => '0.02',
3434
version_numified => 0.02,
3535
associated_pod =>

t/release/packages.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test_release(
1919
'lib/Packages.pm' => [
2020
{
2121
name => 'Packages',
22-
indexed => \1,
22+
indexed => 'true',
2323
authorized => 'true',
2424
version => '1.103',
2525
version_numified => 1.103,
@@ -30,7 +30,7 @@ test_release(
3030
'lib/Packages/BOM.pm' => [
3131
{
3232
name => 'Packages::BOM',
33-
indexed => \1,
33+
indexed => 'true',
3434
authorized => 'true',
3535
version => 0.04,
3636
version_numified => 0.04,

0 commit comments

Comments
 (0)