Pulp

 view release on metacpan or  search on metacpan

lib/Pulp/Controller.pm  view on Meta::CPAN

package Pulp::Controller;

use warnings;
use strict;
use true;

sub import {
    strict->import();
    warnings->import();
    true->import();
    my $caller = caller;
}

1;
__END__



( run in 0.549 second using v1.01-cache-2.11-cpan-39bf76dae61 )