You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use true and false of the boolean module. I am running into trouble setting the Type::Paramsnamed_to_list option to true:
perl -Ilocal/lib/perl5 -Mboolean -MTypes::Standard=Str -MType::Params=signature -e'signature( named => [ name => Str ], named_to_list => true )'
Not an ARRAY reference at local/lib/perl5/Type/Params/Signature.pm line 742.
I want to use
true
andfalse
of theboolean
module. I am running into trouble setting theType::Params
named_to_list
option totrue
:The problematic line is resumably L55.
The text was updated successfully, but these errors were encountered: