X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Engine-STOMP.git;a=blobdiff_plain;f=Makefile.PL;h=e0e1bad69db56a1cea1d60ce1e8c660af513bc3f;hp=960b40f43802f5bc51b51248e3818b6be2b00373;hb=625835bf1d9122c76d5d5c500db2990e64e252ed;hpb=cb2c6d470e3694be09071508fa4d10dc130fc8b4 diff --git a/Makefile.PL b/Makefile.PL index 960b40f..e0e1bad 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -16,6 +16,7 @@ requires 'YAML::XS' => '0.32'; requires 'namespace::autoclean' => '0.05'; no_index package => 'StompTestApp'; +no_index package => 'StompTestApp::Controller::TestController'; auto_install; WriteAll;