Skip Menu |

This queue is for tickets about the Net-IP CPAN distribution.

Report information
The Basics
Id: 81988
Status: resolved
Priority: 0/
Queue: Net-IP

People
Owner: cpan [...] bat.ru
Requestors: Xavier (no email address)
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 1.26
Fixed in: (no value)



Subject: Pod errors
Hi, there some missing empty lines in your POD and some spelling errors: ## SPELLING ERRORS ## --- a/IP.pm +++ b/IP.pm @@ -1233,7 +1233,7 @@ # Purpose : Split a prefix into IP and prefix length # Comments : If it was passed a simple IP, it just returns it # Params : Prefix -# Returns : IP, optionnaly length of prefix +# Returns : IP, optionally length of prefix sub ip_splitprefix { my $prefix = shift; @@ -2086,7 +2086,7 @@ Return the current object error string. The error string is set whenever one of the methods produces an error. Also, a global, class-wide B<Error()> -function is avaliable. +function is available. C<warn ($ip-E<gt>error());> @@ -2409,7 +2409,7 @@ If it was passed a simple IP, it just returns it. Params : Prefix - Returns : IP, optionnaly length of prefix + Returns : IP, optionally length of prefix C<($ip,$len) = ip_splitprefix ($prefix)> @@ -2658,7 +2658,7 @@ The Math::BigInt library is needed for functions that use integers. These are ip_inttobin, ip_bintoint, and the size method. In a next version, -Math::BigInt will become optionnal. +Math::BigInt will become optional. =head1 AUTHORS ###### POD ERROR (see bottom of perldoc IP.pm) ####### --- a/IP.pm +++ b/IP.pm @@ -2005,7 +2005,9 @@ sub ip_auth { 1; __END__ + =encoding utf8 + =head1 NAME Net::IP - Perl extension for manipulating IPv4/IPv6 addresses
Fixed in the 1.27. Thanks for the contribution!