libnet-telnet-perl 3.03-3 source package in Ubuntu

Changelog

libnet-telnet-perl (3.03-3) unstable; urgency=low

  * Now _really_ transferred the package over to the group (yes, I had
    forgotten to note it in debian/control the previous upload :-/
  * Added homepage, vcs-svn and vcs-browser fields to debian/control

libnet-telnet-perl (3.03-2) unstable; urgency=low

  * Handed over maintainership to the pkg-perl group
  * Replaced the old (and full of staleness) debian/rules by dh-make-
    perl's stock
  * Bumped up dh-compat level to 5
  * Bumped up standards-version to 3.7.3 (no changes needed)
  * Moved debhelper from b-d-i to b-d

 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  02 May 2008 02:15:55 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Intrepid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main perl

Builds

Intrepid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libnet-telnet-perl_3.03.orig.tar.gz 34.8 KiB 1604911947a283a8df2bde57a9adfe71e2717f6e0f915fcc73fc47a37130a16b
libnet-telnet-perl_3.03-3.diff.gz 2.8 KiB b04ee3577cc0014b44d22aa268930d6e9e5542f8c3c4fd03b68907dfe0e16ad9
libnet-telnet-perl_3.03-3.dsc 862 bytes fe810f7a17a2050bbfefef32d82dd928cf875c82c76b638c55a0158872a780cc

View changes file

Binary packages built by this source

libnet-telnet-perl: Perl module to script telnetable connections

 Net::Telnet allows you to make client connections to a TCP port and
 do network I/O, especially to a port using the TELNET protocol.
 Simple I/O methods such as print, get, and getline are provided.
 More sophisticated interactive features are provided because
 connecting to a TELNET port ultimately means communicating with a
 program designed for human interaction. These interactive features
 include the ability to specify a timeout and to wait for patterns to
 appear in the input stream, such as the prompt from a shell.