V

 view release on metacpan or  search on metacpan

t/Test/abeltje.pm  view on Meta::CPAN


    @Test::More::EXPORT,
    @Test::Fatal::EXPORT_OK,
    @Test::Warnings::EXPORT_OK,
    );

sub import_extra {
    # use Test::Warnings 'warnings' interferes
    # with warnings->import()
    warnings::import ("warnings");
    strict->import ();

    require feature;
    feature->import (":5.10");

    require lib;
    lib->import ("t/lib");

    $Devel::Cover::VERSION and    # don't run_end_test when Devel::Cover
	Test::Warnings->import (":no_end_test");
    $ENV{AUTHOR_TESTING} or



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