summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-27 20:37:58 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-27 20:37:58 +0000
commitd24242a228cdabd184c7ebc4471a390de0679ae4 (patch)
tree246c56ff5047d6eba673344c36890c1508a456bc /mail
parentportlint (diff)
add newline at end of file
Notes
Notes: svn path=/head/; revision=21030
Diffstat (limited to 'mail')
-rw-r--r--mail/p5-Mail-POP3Client/pkg-descr2
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
+}