Skip to content

Instantly share code, notes, and snippets.

@xenoterracide
Created May 8, 2012 04:20
Show Gist options
  • Select an option

  • Save xenoterracide/2632539 to your computer and use it in GitHub Desktop.

Select an option

Save xenoterracide/2632539 to your computer and use it in GitHub Desktop.
Role's
package MyRole {
sub foo { return 'test' }
}
package MyClass {
with 'MyRole';
...
}
MyClass->new->foo;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment