Package: libnet-perl
Version: 1:1.19-3
Severity: normal
Hello,
I'm not quite sure if this is the right thing to do, but there is a
Net::SMTP module in both libnet-perl and perl-modules. I attach a diff
that shows the difference, but in general, it would be nice if there'd
be less overlap between the packages.
Best,
--Toni++
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-2-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages libnet-perl depends on:
ii perl 5.8.8-6 Larry Wall's Practical Extraction
Versions of packages libnet-perl recommends:
pn libnet-ph-perl <none> (no description available)
pn libnet-snpp-perl <none> (no description available)
ii libnet-telnet-perl 3.03-1 Script telnetable connections
-- no debconf information
--- /usr/share/perl5/Net/SMTP.pm 2005-12-25 14:35:44.000000000 +0100
+++ /usr/share/perl/5.8.8/Net/SMTP.pm 2006-06-11 16:20:23.000000000 +0200
@@ -558,7 +558,7 @@
This example prints the mail domain name of the SMTP server known as mailhost:
- #!/usr/local/bin/perl \-w
+ #!/usr/local/bin/perl -w
use Net::SMTP;
@@ -569,7 +569,7 @@
This example sends a small message to the postmaster at the SMTP server
known as mailhost:
- #!/usr/local/bin/perl \-w
+ #!/usr/local/bin/perl -w
use Net::SMTP;
@@ -623,7 +623,6 @@
B<Debug> - Enable debugging information
-B<Port> - Select a port on the remote host to connect to (default is 25)
Example: