libexpect-perl 1.21-1.2 source package in Ubuntu
Changelog
libexpect-perl (1.21-1.2) unstable; urgency=medium * Non-maintainer upload * Provide 'build-arch' and 'build-indep' targets in debian/rules Closes: #999021 -- Damyan Ivanov <email address hidden> Wed, 15 Dec 2021 19:58:42 +0000
Upload details
- Uploaded by:
- Jörgen Hägg
- Uploaded to:
- Sid
- Original maintainer:
- Jörgen Hägg
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libexpect-perl_1.21-1.2.dsc | 1.6 KiB | 73846dedba3519282da5576c72586254879a815238d8a4307dc28a4f64095591 |
libexpect-perl_1.21.orig.tar.gz | 52.6 KiB | 1093329e626cde026ef03564a18a174e17313e03265289ad456dd6c1db18b5a7 |
libexpect-perl_1.21-1.2.diff.gz | 5.1 KiB | f5bb242b55553e4fef81d4ccc8bb014eafb5051765d51807ebf42ea7ce368772 |
Available diffs
- diff from 1.21-1.1 to 1.21-1.2 (629 bytes)
No changes file available.
Binary packages built by this source
- libexpect-perl: Expect.pm - 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.