CGI-Application-Plugin-RunmodeParseKeyword
view release on metacpan or search on metacpan
t/lib/sugar.pm view on Meta::CPAN
use strict ();
use warnings ();
use feature ();
use CGI::Application::Plugin::RunmodeParseKeyword ();
use Exporter ();
sub import {
my $class = shift;
my $caller = caller;
my %args = @_;
strict->import;
warnings->import;
CGI::Application::Plugin::RunmodeParseKeyword->import(into => $caller);
}
1;
( run in 0.233 second using v1.01-cache-2.11-cpan-299005ec8e3 )