Method-Signatures-Simple-ParseKeyword

 view release on metacpan or  search on metacpan

t/lib/sugar.pm  view on Meta::CPAN

use strict ();
use warnings ();
use feature ();
use Method::Signatures::Simple::ParseKeyword ();
use Exporter ();
sub import {
    my $class = shift;
    my $caller = caller;
    my %args = @_;

    strict->import;
    warnings->import;
    Method::Signatures::Simple::ParseKeyword->import(into => $caller);
}

1;



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