Skip to content

Instantly share code, notes, and snippets.

@benvanstaveren
Created May 5, 2011 14:36
Show Gist options
  • Save benvanstaveren/957149 to your computer and use it in GitHub Desktop.
Save benvanstaveren/957149 to your computer and use it in GitHub Desktop.
sub somecontroller {
my $self = shift;
my $foo = My::App::PaintBucket->new();
$foo->paint(what => 'wall') || die My::App::Exception::NoPaintException->new(caller(1));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment