Closed jlcooper closed 6 years ago
When I use $ref to reference another schema by URL I get the following warning
$ref
Use of uninitialized value in length at cpan/lib/perl5/Mojo/IOLoop/Stream.pm line 37.
I've put together the an example script that shows the warning in action - exampleScript.txt
Which version of perl do you have?
And sure enough the warning goes away with a newer version of Perl - Thanks.
When I use
$ref
to reference another schema by URL I get the following warningI've put together the an example script that shows the warning in action - exampleScript.txt