summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2011-01-24 05:00:47 +0000
committerivan <ivan>2011-01-24 05:00:47 +0000
commitfd9001e4daca2196ba844364a3dedbd364833f9c (patch)
treeeb3c1c77d13d44da2fbc1a9f9711c329dc3420e8
parentec5e5807510cba49b9330b640343bdade901c119 (diff)
fix pod coverage so make test passes
-rw-r--r--lib/Net/Vitelity.pm6
1 files changed, 6 insertions, 0 deletions
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'};