diff options
| author | franck cuny <franck.cuny@rtgi.fr> | 2009-03-11 15:01:31 +0100 |
|---|---|---|
| committer | franck cuny <franck.cuny@rtgi.fr> | 2009-03-11 15:01:31 +0100 |
| commit | e60bdcc0c5d9957ce79afdb0f61d9c9683dde262 (patch) | |
| tree | d673093a797be08ce527173f8f4028d6d2e3058a /Makefile.PL | |
| download | kiokudb-backend-memcachedb-e60bdcc0c5d9957ce79afdb0f61d9c9683dde262.tar.gz | |
initial commit
Diffstat (limited to 'Makefile.PL')
| -rw-r--r-- | Makefile.PL | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..30e4ab5 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,13 @@ +use inc::Module::Install; +name 'KiokuDB-Backend-Memcachedb'; +all_from 'lib/KiokuDB/Backend/Memcachedb.pm'; + +# requires ''; + +tests 't/*.t'; +author_tests 'xt'; + +build_requires 'Test::More'; +use_test_base; +auto_include; +WriteAll; |
