summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-12-20 17:18:53 +0100
committerfranck cuny <franck@lumberjaph.net>2009-12-20 17:18:53 +0100
commit7b2a54aedcb5c8770f9ebd50ef0f630923b4f86b (patch)
tree2eae7006e9094155d78c229d3acd13079bd77bfb /Makefile.PL
parentreplace with valid url (diff)
downloadmoosex-net-api-7b2a54aedcb5c8770f9ebd50ef0f630923b4f86b.tar.gz
Checking in changes prior to tagging of version 0.06. Changelog diff is:
diff --git a/Changes b/Changes index 0b8c585..2ea51bd 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension MooseX::Net::API +0.06 Sun 20 Dec 2009 05:17:49 PM CET + - mainly cleaning and POD + 0.05 Wed 09 Dec 2009 11:01:54 AM CET - missing try::tiny
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 727209a..258c368 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -2,11 +2,15 @@ use inc::Module::Install;
name 'MooseX-Net-API';
all_from 'lib/MooseX/Net/API.pm';
-requires 'Carp';
requires 'Moose';
requires 'Try::Tiny';
requires 'URI';
requires 'HTTP::Request';
+requires 'LWP::UserAgent';
+requires 'MooseX::Types::Moose';
+requires 'JSON::XS';
+requires 'YAML::Syck';
+requires 'XML::Simple';
tests 't/*.t';
author_tests 'xt';