CGI-Application-Plugin-Menu
view release on metacpan or search on metacpan
package MTest;
use strict;
use CGI::Application::Plugin::Menu;
sub new {
my ($class) = shift;
return bless {};
}
1;
( run in 0.761 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )