Skip to content

Instantly share code, notes, and snippets.

@stash
Created July 13, 2009 17:45
Show Gist options
  • Save stash/146327 to your computer and use it in GitHub Desktop.
Save stash/146327 to your computer and use it in GitHub Desktop.
Moose::Meta::Class->create_class('MyParticularWorker' => ['BasicWorker','Fetcher','LOLifier']);
$client->can_do('MyParticularWorker');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment