Skip to content

Instantly share code, notes, and snippets.

@delonnewman
Created October 9, 2008 17:46
Show Gist options
  • Save delonnewman/15828 to your computer and use it in GitHub Desktop.
Save delonnewman/15828 to your computer and use it in GitHub Desktop.
package Domestic::Employer;
use Moose;
extends 'Domestic::Member';
has 'interests' => ( is => 'rw', isa => 'Str' );
has 'subscription' => ( is => 'rw', isa => 'Str' );
1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment