From: t0m Date: Sun, 17 May 2009 00:42:16 +0000 (+0100) Subject: no_index both relevant packages X-Git-Tag: 0.03~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Engine-STOMP.git;a=commitdiff_plain;h=625835bf1d9122c76d5d5c500db2990e64e252ed no_index both relevant packages --- 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;