Exobrain

 view release on metacpan or  search on metacpan

lib/Exobrain.pm  view on Meta::CPAN

    builder => '_build_sub',
    lazy => 1,
);

# import is called when we load the Exobrain class, and lets us
# automatically set strict, warnings, 5.10 features and Method::Signatures
# by default.

sub import {

    strict->import();
    warnings->import();
    feature->import(':5.10');

    # Method::Signatures needs a little more magic.

    my $caller = caller;

    ## no critic (ProhibitStringyEval)

    eval qq{



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