Test-Spec

 view release on metacpan or  search on metacpan

lib/Test/Spec.pm  view on Meta::CPAN

    @Test::Spec::Mocks::EXPORT,
  );
  our @EXPORT = @EXPORT_OK;
  our %EXPORT_TAGS = (all => \@EXPORT_OK);
}

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

  strict->import;
  warnings->import;

  # specific imports requested
  if (@_) {
    $class->export_to_level(1, $callpkg, @_);
    return;
  }

  eval qq{
    package $callpkg;



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