2019-10-19 15:56:50 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
(devel/p5-IO-Pager) Updated 0.40 to 1.01
1.01 Tue Oct 08 2019
Add less.pm to MANIFEST
Fix interactive test 16
1.00 Mon Oct 07 2019
Fork Term::Pager to IO::Pager::Perl, with many new features.
NOTE: This is a breaking change from 0.43 & 0.44. What was
IO::Pager::Perl in those versions is now IO::Pager::less i.e;
a shim for pager-less systems to use the pure perl pager
implementation in IO::Pager::Perl.
Update bloody version number transclusions. RT#130643
0.44 Mon Sep 30 2019
Remove debugging calls mistakenly left in code. RT#130595
Skip testing on dumb "terminal" setups. RT#130596
Add (unexposed) code for less -J search line highlighting,
and more form feed break to tp (IO::Pager::Perl).
0.43 Sun Sep 29 2019
Roll out a suboptimal but functional IO::Pager::Perl,
fixing RT#130461 and RT#130565
0.42 Thu Sep 05 2019
Disambiguate tee open. RT#127551
Stringify version. RT#127342
Add bignum dependency RT#130319
Add support for eventual Term::Pager v1.5
Update META files.
|
2019-08-11 15:25:21 by Thomas Klausner | Files touched by this commit (3557) |
Log message:
Bump PKGREVISIONs for perl 5.30.0
|
2019-06-30 22:17:50 by Nia Alarie | Files touched by this commit (1816) |
Log message:
Update packages using a search.cpan.org HOMEPAGE to metacpan.org.
The former now redirects to the latter.
This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.
Reviewed by hand to hopefully make sure no unwanted changes sneak in.
|
2018-12-16 05:48:51 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 0.40
Upstream changes:
0.40 Mon Oct 08 2018
And a tee(1)-like feature via binmode().
Fix some interactive tests; 07 and 10.
Document potentially surprising behaviors in IO::Pager::Buffered.
One more bloody RT#121450; missed 11-redirect-oo.pl
|
2018-08-22 11:48:07 by Thomas Klausner | Files touched by this commit (3558) |
Log message:
Recursive bump for perl5-5.28.0
|
2017-06-12 15:17:10 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Updated devel/p5-IO-Pager to 0.39
---------------------------------
0.39 Sat May 13 2017
Rename t.pl to test.pl and alter behavior to address RT#120618
i.e; MakeMaker's "helpfulness"; alternative is explicitly list
all PM in module.
More bloody RT#121450
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|
2017-04-27 15:12:06 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Updated devel/p5-IO-Pager to 0.37
---------------------------------
0.37 Tue Apr 25 2017
Fix tests for Perl 5.26 removal of . from @INC
|
2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236) |
Log message:
Bump PKGREVISION for perl-5.24.
|
2016-04-29 14:48:03 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Updated to devel/p5-IO-Pager-0.36
--------------------------------
0.36 Mon Feb 29 2016
- Fix Use of uninitialized value at IO/Pager.pm line 98
- Remove dubgging statement.
- Add some additional reporting to interactive tests.
- Specify minimum Test::More version.
0.35 Fri Jan 01 2016
- Update test 11 for Windows; okay in CMD, PowerShell and MSYS
but tcsh and win-bash both fail
- Add .travis.yml
|