[Bps-public-commit] net-lighthouse branch, master, updated. 91e7949c8f39d197a36952368863579c92e61784

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Aug 27 05:02:00 EDT 2009


The branch, master has been updated
       via  91e7949c8f39d197a36952368863579c92e61784 (commit)
      from  d5541ecf5d4303324dfe6ee9b352c165fc2d90fb (commit)

Summary of changes:
 Makefile.PL |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 91e7949c8f39d197a36952368863579c92e61784
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Aug 27 17:01:53 2009 +0800

    update Makefile.PL

diff --git a/Makefile.PL b/Makefile.PL
index 22d1e68..409b4bb 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -5,7 +5,14 @@ all_from 'lib/Net/Lighthouse.pm';
 author   'sunnavy <sunnavy at bestpractical.com>';
 license  'perl';
 
-build_requires 'Test::More';
+requires 'Any::Moose';
+requires 'Params::Validate';
+requires 'XML::Simple';
+requires 'LWP';
+requires 'MIME::Base64';
+
+test_requires 'Test::More';
+test_requires 'Test::Mock::LWP';
 
 auto_install;
 

-----------------------------------------------------------------------



More information about the Bps-public-commit mailing list