From 20eca1a1c886da75a8c80a5dc8d8cdab25e83092 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Tue, 8 Dec 2009 10:28:03 +0100 Subject: Checking in changes prior to tagging of version 0.01. Changelog diff is: --- Makefile.PL | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.PL') 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'; -- cgit v1.2.3