libexpect-perl 1.35-1ubuntu1 source package in Ubuntu

Changelog

libexpect-perl (1.35-1ubuntu1) kinetic; urgency=medium

  * Mark as Multi-Arch: foreign to resolve i386 test failues

 -- William 'jawn-smith' Wilson <email address hidden>  Wed, 01 Jun 2022 16:59:37 -0500

Upload details

Uploaded by:
William Wilson
Uploaded to:
Kinetic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libexpect-perl_1.35.orig.tar.gz 60.2 KiB 09d92761421decd495853103379165a99efbf452c720f30277602cf23679fd06
libexpect-perl_1.35-1ubuntu1.debian.tar.xz 4.3 KiB f9b987816cabba701419ff8799c4ba8bcaf19b50cac27beba65a03cc4b991621
libexpect-perl_1.35-1ubuntu1.dsc 2.1 KiB 78838f1f8f8cc3bf5d8b140b28f4d3664f959c9ca58d53ea5205b26f829a88ea

Available diffs

View changes file

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.