Mojolicious-Plugin-AssetPack-Backcompat

 view release on metacpan or  search on metacpan

t/Helper.pm  view on Meta::CPAN

  $t->app->routes->get("/test1" => 'test1');
  $t;
}

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

  unlink glob 't/public/packed/*' unless $ENV{TEST_KEEP_FILES};

  strict->import;
  warnings->import;

  eval <<"  CODE" or die $@;
  package $caller;
  use Test::More;
  use Test::Mojo;
  1;
  CODE
}



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