Skip Menu |

This queue is for tickets about the Net-IMAP-Simple-SSL CPAN distribution.

Report information
The Basics
Id: 73433
Status: new
Priority: 0/
Queue: Net-IMAP-Simple-SSL

People
Owner: Nobody in particular
Requestors: MSTEVENS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.3
Fixed in: (no value)



Subject: fix a typo
fix a small typo that bugged me - SImple -> Simple. diff attached.
Subject: typo.diff
diff -urN Net-IMAP-Simple-SSL-1.3.orig/lib/Net/IMAP/Simple/SSL.pm Net-IMAP-Simple-SSL-1.3/lib/Net/IMAP/Simple/SSL.pm --- Net-IMAP-Simple-SSL-1.3.orig/lib/Net/IMAP/Simple/SSL.pm 2004-06-29 12:52:38.000000000 +0100 +++ Net-IMAP-Simple-SSL-1.3/lib/Net/IMAP/Simple/SSL.pm 2011-12-22 15:18:09.000000000 +0000 @@ -30,7 +30,7 @@ =head1 DESCRIPTION -This module is a subclass of L<Net::IMAP::SImple|Net::IMAP::Simple> that +This module is a subclass of L<Net::IMAP::Simple|Net::IMAP::Simple> that includes SSL support. The interface is identical. =head1 SEE ALSO diff -urN Net-IMAP-Simple-SSL-1.3.orig/README Net-IMAP-Simple-SSL-1.3/README --- Net-IMAP-Simple-SSL-1.3.orig/README 2004-06-29 12:49:57.000000000 +0100 +++ Net-IMAP-Simple-SSL-1.3/README 2011-12-22 15:17:43.000000000 +0000 @@ -10,7 +10,7 @@ my $total_messages = $imap->select("perl-advocacy"); DESCRIPTION - This module is a subclass of Net::IMAP::SImple that includes SSL + This module is a subclass of Net::IMAP::Simple that includes SSL support. The interface is identical. SEE ALSO