diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 20:37:58 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 20:37:58 +0000 |
commit | d24242a228cdabd184c7ebc4471a390de0679ae4 (patch) | |
tree | 246c56ff5047d6eba673344c36890c1508a456bc /mail/p5-Mail-POP3Client | |
parent | 9b2ffdc46fa76b9342b82522054eef482666e01c (diff) | |
download | ports-d24242a228cdabd184c7ebc4471a390de0679ae4.tar.gz ports-d24242a228cdabd184c7ebc4471a390de0679ae4.zip |
Notes
Diffstat (limited to 'mail/p5-Mail-POP3Client')
-rw-r--r-- | mail/p5-Mail-POP3Client/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/p5-Mail-POP3Client/pkg-descr b/mail/p5-Mail-POP3Client/pkg-descr index 0322fecfa6f3..394af7705446 100644 --- a/mail/p5-Mail-POP3Client/pkg-descr +++ b/mail/p5-Mail-POP3Client/pkg-descr @@ -13,4 +13,4 @@ use Mail::POP3Client; $pop = new Mail::POP3Client("me", "mypassword", "pop3.do.main"); for ($i = 1; $i <= $pop->Count; $i++) { print $pop->Head($i), "\n"; -}
\ No newline at end of file +} |