Skip to content

Instantly share code, notes, and snippets.

@lestrrat
Created August 24, 2009 09:48
Show Gist options
  • Save lestrrat/173803 to your computer and use it in GitHub Desktop.
Save lestrrat/173803 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