Rename the test app into the lib directory
[catagits/Catalyst-View-Component-SubInclude.git] / t / ESITest / Makefile.PL
diff --git a/t/ESITest/Makefile.PL b/t/ESITest/Makefile.PL
deleted file mode 100644 (file)
index a14c1d5..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-# IMPORTANT: if you delete this file your app will not work as
-# expected.  you have been warned
-use inc::Module::Install;
-
-name 'ESITest';
-all_from 'lib/ESITest.pm';
-
-requires 'Catalyst::Runtime' => '5.7014';
-requires 'Catalyst::Plugin::ConfigLoader';
-requires 'Catalyst::Plugin::Static::Simple';
-requires 'Catalyst::Action::RenderView';
-requires 'parent';
-requires 'Config::General'; # This should reflect the config file format you've chosen
-                 # See Catalyst::Plugin::ConfigLoader for supported formats
-catalyst;
-
-install_script glob('script/*.pl');
-auto_install;
-WriteAll;