Created
June 6, 2012 19:22
-
-
Save berekuk/2884061 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ perl -e 'use Moo; sub BUILDARGS { return { x => 5 } }; main->new("foo")' | |
| Odd number of elements in anonymous hash at /Users/mmcleric/perl5/perlbrew/perls/perl-5.16.0/lib/site_perl/5.16.0/Moo/Object.pm line 25. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment