Attempt to please PAUSE by renaming our test app, and marking its package no_index
[catagits/Catalyst-Engine-STOMP.git] / Makefile.PL
index afded87..960b40f 100644 (file)
@@ -1,6 +1,8 @@
 use inc::Module::Install;
 use 5.008006;
   
+license  'perl';
+
 name     'Catalyst-Engine-Stomp';
 all_from 'lib/Catalyst/Engine/Stomp.pm';
   
@@ -13,6 +15,8 @@ requires 'Net::Stomp' => '0.34';
 requires 'YAML::XS' => '0.32';
 requires 'namespace::autoclean' => '0.05';
 
+no_index package => 'StompTestApp';
+
 auto_install;
 WriteAll;