package My::Foo; use Moose; use 'My::Demonize'; sub run { my $self = shift; print "Hello World (how un-original)\n"; }