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
First of all, thank you very much for your contribution. I found it about a half of a year ago, but now I can't imagine Perl5-development without using the Method::Signatures module.
I'd like to show you something and, I believe, you'll find it interesting. Sometimes I need use something like that:
In some of these cases I get the following error message:
In call to Some::Module::some_method(), the type XML::LibXML::Node is unrecognized (perhaps you forgot to load it?)
If I remove spaces between XML::LibXML::Node and the parameter's name, everything's fine, but, of course, it would be nice to have these spaces where they are :)
Would you be so kind as to look at this issue when you have some time?
Thank you!
The text was updated successfully, but these errors were encountered:
Thanks for the report! As I'm sure you've noticed, few of us have had the chance to devote much time to Method::Signatures as of late. However, I did just now take a quick look at your issue. My initial, naive attempt to reproduce the problem (i.e. by adding some spaces at the end of the class test in t/type_check.t) didn't recreate your error. I wonder if you might have some time to try to produce a failing test that we could turn into a unit test? I can't guarantee that will result in a fix, but it's definitely got a lot more potential to do so. :-)
Hello,
First of all, thank you very much for your contribution. I found it about a half of a year ago, but now I can't imagine Perl5-development without using the Method::Signatures module.
I'd like to show you something and, I believe, you'll find it interesting. Sometimes I need use something like that:
In some of these cases I get the following error message:
If I remove spaces between XML::LibXML::Node and the parameter's name, everything's fine, but, of course, it would be nice to have these spaces where they are :)
Would you be so kind as to look at this issue when you have some time?
Thank you!
The text was updated successfully, but these errors were encountered: