Mojolicious-Plugin-OAuth2

 view release on metacpan or  search on metacpan

t/Helper.pm  view on Meta::CPAN

    }
  );

  return $app;
}

sub import {
  my $class  = shift;
  my $caller = caller;

  strict->import;
  warnings->import;

  eval <<"HERE" or die;
package $caller;
use Test::Mojo;
use Test::More;
1;
HERE

}



( run in 0.333 second using v1.01-cache-2.11-cpan-299005ec8e3 )