diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-06-07 09:38:50 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-06-07 09:38:50 +0200 |
| commit | 1e704672033cfebbb32d3cb4c723da46cc33ac4f (patch) | |
| tree | f534a9e5e1f326cbef13193b969dbe3e4effae41 /Makefile.PL | |
| parent | add two new methods to backtweet (diff) | |
| download | net-backtype-1e704672033cfebbb32d3cb4c723da46cc33ac4f.tar.gz | |
switch to dzil
Diffstat (limited to 'Makefile.PL')
| -rw-r--r-- | Makefile.PL | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile.PL b/Makefile.PL deleted file mode 100644 index 75deb47..0000000 --- a/Makefile.PL +++ /dev/null @@ -1,14 +0,0 @@ -use inc::Module::Install; -name 'Net-Backtype'; -all_from 'lib/Net/Backtype.pm'; - -requires 'Moose'; -requires 'MooseX::Net::API'; - -tests 't/*.t'; -author_tests 'xt'; - -build_requires 'Test::More'; -use_test_base; -auto_include; -WriteAll; |
