diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-06-10 14:32:25 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-06-10 14:33:44 +0200 |
| commit | 74af4adf95b8eee33eca180885fcc2945195c4ff (patch) | |
| tree | 6d0db9dba54c8b50ff33aafe0f31aa28c380fd8b /Makefile.PL | |
| parent | add nogetpopt; fix package; remove universal (diff) | |
| download | catalystx-dispatcher-asgraph-74af4adf95b8eee33eca180885fcc2945195c4ff.tar.gz | |
switch to dist zillamaster
Diffstat (limited to 'Makefile.PL')
| -rw-r--r-- | Makefile.PL | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Makefile.PL b/Makefile.PL deleted file mode 100644 index d89acc6..0000000 --- a/Makefile.PL +++ /dev/null @@ -1,16 +0,0 @@ -use inc::Module::Install; -name 'CatalystX-Dispatcher-AsGraph'; -all_from 'lib/CatalystX/Dispatcher/AsGraph.pm'; - -requires 'MooseX::Declare'; -requires 'Graph::Easy'; -requires 'UNIVERSAL::require'; -requires 'MooseX::Getopt'; - -tests 't/*.t'; -author_tests 'xt'; - -build_requires 'Test::More'; -use_test_base; -auto_include; -WriteAll; |
