[Rt-commit] rtir branch, 4.0.0/pod-errors, created. 4.0.0rc1-7-gbbef5a1

Shawn Moore shawn at bestpractical.com
Wed Jun 22 19:12:16 EDT 2016


The branch, 4.0.0/pod-errors has been created
        at  bbef5a190c0cc392b8dfb8dc1bbf4887897d5655 (commit)

- Log -----------------------------------------------------------------
commit bbef5a190c0cc392b8dfb8dc1bbf4887897d5655
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Wed Jun 22 19:11:40 2016 -0400

    Fixup POD errors in Net::Whois::RIPE docs
    
    Fixes: I#32020

diff --git a/lib/Net/Whois/RIPE/Iterator.pod b/lib/Net/Whois/RIPE/Iterator.pod
index e24a10e..588d489 100644
--- a/lib/Net/Whois/RIPE/Iterator.pod
+++ b/lib/Net/Whois/RIPE/Iterator.pod
@@ -21,6 +21,8 @@ Implements an iterator for Net::Whois::RIPE::Objects.
 
 =head1 CONSTRUCTOR
 
+=over 4
+
 =item B<new (WHOIS, QUERY)>
 
 The constructor returns undef on failure. If B<debug> is on then a message
@@ -31,8 +33,12 @@ I<WHOIS> is an object of class I<Net::Whois::RIPE>
 I<QUERY> is a query string to be sent to the I<WHOIS> object to
 retrieve the whois objects.
 
+=back
+
 =head1 METHODS
 
+=over 4
+
 =item B<next()>
 
 Returns the next I<Net::Whois::RIPE::Object> from the query.
@@ -46,6 +52,8 @@ Sets/gets debugging level on the class or an object.
  0 - no debugging
  1 - debugging on
 
+=back
+
 =head1 AUTHOR
 
  Kevin Baker, <shagol at users.sourceforge.net>
diff --git a/lib/Net/Whois/RIPE/Object.pod b/lib/Net/Whois/RIPE/Object.pod
index 43c56c2..ed77b92 100644
--- a/lib/Net/Whois/RIPE/Object.pod
+++ b/lib/Net/Whois/RIPE/Object.pod
@@ -79,14 +79,20 @@ Attributes that had a dash '-' are converted to underscore '_' for method names.
 
 =head1 CONSTRUCTOR
 
+=over 4
+
 =item B<new(HANDLE)>
 
 Creates a new RIPE object. Attempts to parse lines from I<HANDLE>. Any
 parsing failure causes the constructor to return undef. Error messages are
 available via B<errstr>. I<HANDLE> may be a file handle or a socket.
 
+=back
+
 =head1 METHODS
 
+=over 4
+
 =item B<content()>
 
 Returns the raw output from the whois server. In a list context it
@@ -130,6 +136,8 @@ Returns 1 if no errors defined, 0 otherwise
 
 Sets/gets the debug level.
 
+=back
+
 =head1 CAVEATS
 
 =head1 AUTHOR
@@ -143,8 +151,6 @@ Sets/gets the debug level.
 
  Net::Whois::RIPE
 
-=cut
-
 =head1 COPYRIGHT
 
  Copyright (C) 1999 Paul Gampe and APNIC Pty. Ltd.

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


More information about the rt-commit mailing list