Skip to content

Instantly share code, notes, and snippets.

@lestrrat
Created August 24, 2009 09:47
Show Gist options
  • Save lestrrat/173802 to your computer and use it in GitHub Desktop.
Save lestrrat/173802 to your computer and use it in GitHub Desktop.
package Hoge;
use Moose;
has hoge => (is => 'rw', default => 'unko');
1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment