Skip to content

Instantly share code, notes, and snippets.

@jjn1056
Created October 28, 2009 02:16
Show Gist options
  • Save jjn1056/220183 to your computer and use it in GitHub Desktop.
Save jjn1056/220183 to your computer and use it in GitHub Desktop.
use MooseX::Declare;
class MyApp::Library {
with MooseX::Role::XX_SOME_REASONABLE_NAMEXX
=> {target => 'MyApp::Album'};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment