libexpect-perl 1.38-1 source package in Ubuntu

Changelog

libexpect-perl (1.38-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 1.38.
  * Refresh pod-spelling.patch (offset).
  * Fix permissions in exmples directory.

 -- gregor herrmann <email address hidden>  Sun, 17 Mar 2024 21:03:22 +0100

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
Oracular release universe perl

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libexpect-perl_1.38-1.dsc 2.3 KiB 300036b6130aa1f65b55f0f0592f287fdae7cd7f9c2a4d2bda38fa6e6c5a681c
libexpect-perl_1.38.orig.tar.gz 61.9 KiB 7b1048335f327958903867cea079dc072ea07f4eafae1b40c2e6f25db21686c0
libexpect-perl_1.38-1.debian.tar.xz 3.8 KiB c76a84a9bd7eb6055d29a01c8bcf2ab1bb8283c457a58377f14d68514696495e

Available diffs

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.