diff options
| author | franck cuny <franck@lumberjaph.net> | 2009-12-08 10:28:03 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2009-12-08 10:28:03 +0100 |
| commit | 20eca1a1c886da75a8c80a5dc8d8cdab25e83092 (patch) | |
| tree | ec4be39cd3fe51c8d2e9eca2d54954a193210b38 /Makefile.PL | |
| parent | fix deserialisation (diff) | |
| download | net-http-api-20eca1a1c886da75a8c80a5dc8d8cdab25e83092.tar.gz | |
Checking in changes prior to tagging of version 0.01. Changelog diff is:
Diffstat (limited to 'Makefile.PL')
| -rw-r--r-- | Makefile.PL | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL index 1f2f818..727209a 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -5,6 +5,8 @@ all_from 'lib/MooseX/Net/API.pm'; requires 'Carp'; requires 'Moose'; requires 'Try::Tiny'; +requires 'URI'; +requires 'HTTP::Request'; tests 't/*.t'; author_tests 'xt'; |
