Description: modify Makefile
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,12 +1,12 @@
 use inc::Module::Install;
 name 'Corona';
 all_from 'lib/Corona.pm';
-readme_from 'lib/Corona.pm';
+#readme_from 'lib/Corona.pm';
 requires 'Coro';
 requires 'Net::Server::Coro', 0.5;
 requires 'Plack', 0.99;
 build_requires 'Test::More';
 install_script 'bin/corona';
-author_tests('xt');
-auto_set_repository;
+#author_tests('xt');
+#auto_set_repository;
 WriteAll;
