Skip to content

Instantly share code, notes, and snippets.

@berekuk
Created June 6, 2012 19:22
Show Gist options
  • Select an option

  • Save berekuk/2884061 to your computer and use it in GitHub Desktop.

Select an option

Save berekuk/2884061 to your computer and use it in GitHub Desktop.
$ 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