diff options
author | ivan <ivan> | 2011-01-24 05:00:46 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-01-24 05:00:46 +0000 |
commit | ec5e5807510cba49b9330b640343bdade901c119 (patch) | |
tree | fd8826077552c706b86891a6de9b9870b88b6fb4 | |
parent | 63498d3d6b197e11c376b9532048d385cd8214c4 (diff) |
fix pod
-rw-r--r-- | Changes | 6 | ||||
-rw-r--r-- | lib/Net/Vitelity.pm | 4 |
2 files changed, 7 insertions, 3 deletions
@@ -1,9 +1,11 @@ Revision history for Net-Vitelity -0.02 Fri Nov 5 17:01:08 PDT 2010 - -changes by Erik Levinson +0.02 unreleased + Changes by Erik Levinson: -fix URL, fix missing use LWP::UserAgent, fix regexp match of response -implement "new" + Changes by Ivan Kohler: + -fix POD so "make test" passes 0.01 unreleased First version, released on an unsuspecting world. diff --git a/lib/Net/Vitelity.pm b/lib/Net/Vitelity.pm index 2e6dc53..fe80f09 100644 --- a/lib/Net/Vitelity.pm +++ b/lib/Net/Vitelity.pm @@ -290,6 +290,8 @@ If you asked for a list of numbers and we had some available, they will be liste In a list contect, all entries will be returned in a list. In a scalar scalar context, entries will be separated by newlines. +=back + =head1 AUTHOR Ivan Kohler, C<< <ivan-vitelity at freeside.biz> >> @@ -331,7 +333,7 @@ L<http://search.cpan.org/dist/Net-Vitelity> =head1 ACKNOWLEDGEMENTS This module was developed by Freeside Internet Services, Inc. -If you need a complete, open-source web-based application to manage your +If you need a complete, open-source, web-based application to manage your customers, billing and trouble ticketing, please visit http://freeside.biz/ Development sponsored by Ring Carrier LLC. If you need a hosted or on-site |