From: ivan Date: Mon, 24 Jan 2011 05:00:47 +0000 (+0000) Subject: fix pod coverage so make test passes X-Git-Url: http://git.freeside.biz/gitweb/?p=Net-Vitelity.git;a=commitdiff_plain;h=fd9001e4daca2196ba844364a3dedbd364833f9c fix pod coverage so make test passes --- diff --git a/lib/Net/Vitelity.pm b/lib/Net/Vitelity.pm index fe80f09..c2df24f 100644 --- a/lib/Net/Vitelity.pm +++ b/lib/Net/Vitelity.pm @@ -31,6 +31,12 @@ our $AUTOLOAD; =cut +=head2 new + +Create a new Net::Vitelity object. login and pass are required. + +=cut + sub new { my ($class,%data) = @_; die "missing user and/or password" unless defined $data{'login'} && defined $data{'pass'};