summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL16
1 files changed, 0 insertions, 16 deletions
diff --git a/Makefile.PL b/Makefile.PL
deleted file mode 100644
index 9b7622c..0000000
--- a/Makefile.PL
+++ /dev/null
@@ -1,16 +0,0 @@
-use inc::Module::Install;
-
-name 'Tree-Template-Declare';
-license 'perl';
-all_from 'lib/Tree/Template/Declare.pm';
-
-requires 'Carp' => 0,
- 'Sub::Exporter' => 0,
- 'Devel::Caller' => 0,
- 'perl' => '5.6.0',
-;
-
-test_requires 'Test::Most' => 0,
-;
-
-WriteAll;