From 7430850cbb3e23de76c4ef1ecc7bd1594435cf35 Mon Sep 17 00:00:00 2001 From: Marco Fontani Date: Thu, 16 Jul 2009 18:54:10 +0100 Subject: [PATCH] Added possibly required modules --- dist.ini | 7 +++++++ lib/Net/Mosso/CloudServers.pm | 16 ++++++++++++---- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/dist.ini b/dist.ini index db6c0d6..954bad0 100644 --- a/dist.ini +++ b/dist.ini @@ -8,3 +8,10 @@ copyright_holder = Marco Fontani [Prereq] Moose = 0.87 +MooseX::StrictConstructor = 0 +Data::Stream::Bulk::Callback = 0 +DateTime::Format::HTTP = 0 +LWP::ConnCache::MaxKeepAliveRequests = 0 +LWP::UserAgent::Determined = 0 +URI::QueryParam = 0 + diff --git a/lib/Net/Mosso/CloudServers.pm b/lib/Net/Mosso/CloudServers.pm index e464484..ccb979d 100644 --- a/lib/Net/Mosso/CloudServers.pm +++ b/lib/Net/Mosso/CloudServers.pm @@ -1,12 +1,23 @@ package Net::Mosso::CloudServers; use warnings; use strict; +use Moose; +use MooseX::StrictConstructor; +use Data::Stream::Bulk::Callback; +use DateTime::Format::HTTP; +use LWP::ConnCache::MaxKeepAliveRequests; +use LWP::UserAgent::Determined; +use URI::QueryParam; + +our $DEBUG = 0; + +no Moose; +__PACKAGE__->meta->make_immutable(); =head1 NAME Net::Mosso::CloudServers - The great new Net::Mosso::CloudServers! - =head1 SYNOPSIS Quick summary of what the module does. @@ -49,9 +60,6 @@ Please report any bugs or feature requests to C. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. - - - =head1 SUPPORT You can find documentation for this module with the perldoc command.