Acme-Github-Test

 view release on metacpan or  search on metacpan

lib/Acme/Github/Test.pm  view on Meta::CPAN

=cut

package Acme::Github::Test 0.03 {

  our $VERSION = '0.03';

  sub new {
      my $class = shift;
      my @options = @_;
      my $self = { @options };
      return bless $self, $class
  }

  sub freep {
      my $self = shift;

      say "Freep!";
  }

  sub frobulate {
      my $self = shift;



( run in 1.333 second using v1.01-cache-2.11-cpan-de7293f3b23 )