-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Description
f4bf04d has introduced a bug; code that does this:
my $resp = Net::GitHub->new( %gh_args )->repos->create_fork( $owner , $repo_name );
which used to work, now throws this error:
Reference bless( do{\(my $o = "")}, 'Cpanel::JSON::XS' ) did not pass type constraint (not isa JSON::MaybeXS) (in $self->{"json"}) at (eval 163) line 32
"InstanceOf["JSON::MaybeXS"]" requires that the reference isa JSON::MaybeXS
The reference (in $self->{"json"}) isa Cpanel::JSON::XS and Exporter
Maybe that type check should be changed to check for all three things JSON::MaybeXS
might return?
Metadata
Metadata
Assignees
Labels
No labels