Using Moose & Markapl will cause "Prototype mismatch" message
Open
- Dominant language
- Perl
- Stars
- 13
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Using Moose & Markapl will cause "Prototype mismatch" message:
Prototype mismatch: sub MyView::meta: none vs (&) at (eval 208) line 1.
This is the code:
#!/usr/bin/env perl
package MyView;
```
use Moose;
use Markapl;
package main;
__END__
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.