Skip to content

Commit bb0a7e7

Browse files
authored
Merge pull request #1069 from nrdvana/master
Apply coercion to allow round-trip of boolean through JSON
2 parents 10a6d7d + d0291f6 commit bb0a7e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/MetaCPAN/Document/Author.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ has updated => (
106106
has is_pause_custodial_account => (
107107
is => 'ro',
108108
isa => Bool,
109+
coerce => 1,
109110
default => 0,
110111
);
111112

0 commit comments

Comments
 (0)