Group
Extension

CloudDeploy/lib/CCfnX/ConsoleDeployer.pm

package CCfnX::ConsoleDeployer {
  use Moose::Role;

  after deploy => sub {
    my $self = shift;
    print $self->origin->as_json;
  }
}

1;


Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.