Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created August 23, 2011 11:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tadzik/1164867 to your computer and use it in GitHub Desktop.
Save tadzik/1164867 to your computer and use it in GitHub Desktop.
nombug
subset Pies::Project::State of Str;
class Pies::Project { }
role Pies::Ecosystem {
method project-set-state(Pies::Project $p,
Pies::Project::State $s) { !!! }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment