diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-05-11 11:22:58 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-06-04 11:09:21 +0200 |
| commit | f6ac9dc69c1585ce5b3fd9ffd73aa049237c5ea1 (patch) | |
| tree | eb858959a3f12318612055208b447e5f4a9e5a40 /Makefile.PL | |
| parent | update tests (diff) | |
| download | anyevent-riak-f6ac9dc69c1585ce5b3fd9ffd73aa049237c5ea1.tar.gz | |
switch to dzil; rename tests; update changelog
Diffstat (limited to 'Makefile.PL')
| -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; |
