libexpect-perl 1.35-2 source package in Ubuntu

Changelog

libexpect-perl (1.35-2) unstable; urgency=medium

  * Team upload.

  [ William 'jawn-smith' Wilson ]
  * Mark as Multi-Arch: foreign. (Closes: #1012310)

  [ gregor herrmann ]
  * Update debian/upstream/metadata.
  * Remove debian/ssh.pl which contains the same script twice and isn't
    installed anymore.
  * Remove module name from short description.
  * Add Homepage to debian/control.
    Thanks to lintian.

 -- gregor herrmann <email address hidden>  Sat, 04 Jun 2022 00:25:33 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libexpect-perl_1.35-2.dsc 2.3 KiB 039142020bb56fc970b08cac3d878b81404887d7e3ff38e0d17d42dd48c522d6
libexpect-perl_1.35.orig.tar.gz 60.2 KiB 09d92761421decd495853103379165a99efbf452c720f30277602cf23679fd06
libexpect-perl_1.35-2.debian.tar.xz 3.6 KiB 70b9464c6943856142cfd6f30b2dd511e0f9dff131d0b4d0a5f8b79805d7df27

No changes file available.

Binary packages built by this source

libexpect-perl: Perl Expect interface

 The Expect module is a successor of Comm.pl and a descendent of Chat.pl. It
 more closely resembles the Tcl Expect language than its predecessors. It
 does not contain any of the networking code found in Comm.pl. This would be
 obsolete anyway given the advent of IO::Socket and external tools such as
 netcat.
 .
 Expect.pm is an attempt to have more of a switch() & case: feel to make
 decision processing more fluid. three separate types of debugging have
 been implemented to make code production easier.
 .
 It is now possible to interconnect multiple file handles (and processes) much
 like Tcl's expect. An attempt was made to enable all the features of Tcl's
 expect.