diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-05-11 11:22:58 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-06-08 08:02:41 +0200 |
| commit | e71ee6fc097b832df6808a4a97f89029d971e196 (patch) | |
| tree | 65ce4819db1b2ddc104cd20c5d70e5d4136d3920 /Makefile.PL | |
| parent | update tests (diff) | |
| download | anyevent-riak-e71ee6fc097b832df6808a4a97f89029d971e196.tar.gz | |
switch to dzil; rename tests; update changelog
Diffstat (limited to '')
| -rw-r--r-- | Makefile.PL | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Makefile.PL b/Makefile.PL deleted file mode 100644 index 03e958a..0000000 --- a/Makefile.PL +++ /dev/null @@ -1,18 +0,0 @@ -use inc::Module::Install; -name 'AnyEvent-Riak'; -all_from 'lib/AnyEvent/Riak.pm'; - -requires 'URI'; -requires 'JSON::XS'; -requires 'AnyEvent'; -requires 'AnyEvent::HTTP'; - -tests 't/*.t'; -author_tests 'xt'; - -build_requires 'Test::More'; -build_requires 'Test::Exception'; -use_test_base; -auto_include; -auto_set_repository; -WriteAll; |
