libexpect-perl 1.36-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * Import upstream version 1.36.
  * Refresh pod-spelling.patch (offset).
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Sat, 02 Mar 2024 02:58:47 +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
Noble release universe perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libexpect-perl_1.36-1.dsc 2.3 KiB f95b57206d817e24f7464e8ee36b9ba6c57cc53a371b49547c7682651b99c861
libexpect-perl_1.36.orig.tar.gz 61.0 KiB 30f0fac7f4a5428e152f94b05047c045575f3be359abbb411e38909605d3eecc
libexpect-perl_1.36-1.debian.tar.xz 3.6 KiB ba5f41d9d258c95821cf015a8bf1f56daee8313240e3c3687908f5b39af3bc5b

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.