Package Release Info

perl-IO-Pager-0.39-bp150.2.4

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

perl-IO-Pager

Change Logs

* Sun Oct 08 2017 coolo@suse.com
- updated to 0.39
  see /usr/share/doc/packages/perl-IO-Pager/CHANGES
  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
  0.38	Tue May 11 2017
  0.37	Tue Apr 25 2017
  Fix tests for Perl 5.26 removal of . from @INC RT#121450
  (Patching for unreleased perl is a PITA)
  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
* Thu Apr 16 2015 coolo@suse.com
- updated to 0.34
  see /usr/share/doc/packages/perl-IO-Pager/CHANGES
  0.34	Wed Feb 25 2015
  Fix version error in Makefile.
  Fix a bug in 3-arg open introduced by fix for 1-arg in 0.33.
  0.33	Wed Feb 25 2005
  Fix "Warning: unable to close filehandle $real_fh properly."
  Fixed FILEHANDLE only open().
  0.32	Tue Feb 24 2005
  Add 3-arg open support.
  Add eof() mechanism for semi-elegant signal handling.
  Update documentation.
  Undef $ENV{LESS} in interactive tests in case -E is set.
  Robustify t/11 for Win32 (RT#79950).
* Wed Jun 05 2013 coolo@suse.com
- updated to 0.31
    Add missing IO::Handle fallback for ::Unbuffered (RT#82351)
    Bogus fix for Windoze automatic line-ending failure of t/11 (RT#79950),
    improvements welcomed.
    Implement feature request #78270 to include support say
    Preserve layers of passed hilehandle on instantiation.
    Fixed tests under Win32 & cygwin, bug #75181.
    Swap IO::Pager:new and ::open, alter subclass::open to
    remove unnecessary level of subroutine calls
    Return IO::Handle objects when not connected to a TTY for
    transparent use of IO::Pager when programming OO.
    NOTE: This is broken, see ::less in TODO
* Tue Mar 06 2012 coolo@suse.com
- updated to 0.24
  * Fixed bug #74691, tests fail if CPANTS folk don't have a perl in PATH!
* Wed Dec 01 2010 coolo@novell.com
- switch to perl_requires macro
* Mon Nov 29 2010 coolo@novell.com
- remove /var/adm/perl-modules
* Tue Oct 19 2010 coolo@novell.com
- add perl as explicit buildrequire
* Sun Jan 10 2010 jengelh@medozas.de
- enable parallel build
* Mon Aug 20 2007 mrueckert@suse.de
- initial package