App-PRT

 view release on metacpan or  search on metacpan

t/test.pm  view on Meta::CPAN


# use Exporter::Lite ();

our @EXPORT = qw(
    create_hello_world
);

sub import {
    my ($class) = @_;

    strict->import;
    utf8->import;
    warnings->import;

    my ($package, $file) = caller;

    my $code = qq[
        package $package;
        use strict;
        use warnings;
        use utf8;



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