From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

Revision history for Perl module IO::Capture::Stdout::Extended
0.06 Sun Mar 13 17:37:19 EST 2005
- Corrected one documentation error: 'unchomped' -> 'chomped'.
0.05 Sun Mar 13 17:01:21 EST 2005
- Corrected logical flaw in all_screen_lines so that print
statements which contain more than one newline character are
correctly counted as more than one screen line.
0.04 Sun Mar 13 13:37:24 EST 2005
- Added method all_screen_lines() so that accurate tests of the
number of lines normally observed by eye on STDOUT can be conducted.
(Avoids pitfall of multiple 'print' statements per screen line buried
inside subroutines which print to STDOUT.) Added appropriate tests.
0.03 Tue Mar 1 14:50:01 EST 2005
- Following correspondence with Mark Reynolds, co-author and CPAN
maintainer of IO::Capture, this version is first uploaded to CPAN.
Slight changes to documentation.
0.02 Sun Feb 13 17:02:15 EST 2005
- Renamed IO::Capture::Stdout::Extended. Based on suggestions made
on perl.qa newsgroup and study of IO::Capture documentation, interface
was revised and made object-oriented. Tests and documentation
extensively revised.
0.01 Thu Feb 10 18:37:00 2005
- original version; created by ExtUtils::ModuleMaker 0.3207