The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for IO-ReStoreFH

0.11      2023-08-23 11:30:22-04:00 America/New_York

  [BUILD]

    * update build infrastructure

0.10      2020-09-29 15:49:27-04:00 America/New_York
    * no changes


0.09      2020-09-04 09:50:05-04:00 America/New_York (TRIAL RELEASE)

  [BUILD]

    * 2nd try to get tests to work on Windows.

0.08      2020-09-04 09:50:05-04:00 America/New_York (TRIAL RELEASE)

  [BUILD]

    * updated tests failed on Windows because of CRLF problems

0.07 : 2020-09-03 22:21:17-04:00 America/New_York

  [BUILD]

    * already building a Build.PL; don't also build Makefile.PL

0.06 : 2020-09-03 22:21:17-04:00 America/New_York

  [BUILD]

    * switch to Dist::Zilla from Module::Install
    * switch to Test2

0.05 : 2014-02-14T16:00:11-05:00

    * fix bad META.yml in CPAN distribution

0.04 : 2014-02-09T07:08:02-0500

    * CPAN testers seem happy; promote to stable

0.03_03 : 2014-02-07T12:09:58-0500

  [TEST FIX FIX]
    * test for breakage under 5.10.x missed 5.10.0

0.03_02 : 2014-02-07T09:21:05-0500

  [TEST FIX]

    * add test to ensure no breakage under 5.10.x

0.03_01 : 2014-02-06T17:39:23-0500

  [BUG FIX]

    * properly(?) secure against Perl 5.10.1's handling of FileHandle

  [MISC]

    * require newer version of FileHandle::Fmode and remove workaround
      for bad behavior

0.03  : 2012-10-04T18:09:03-04:00

    * Bump revision for official release

0.02_06 : 2012-10-03T12:26:00-04:00

    * Code & doc cleanup before CPAN testing for official release

  [API CHANGE]

    * filehandle access mode should now be completely determined
      internally; if not, it's not something the user can help with.


0.02_05 : 2012-10-04T15:33:43-04:00

  [BUG FIX]

    * fix on Perl 5.10.x, hopefully; see ChangeLog for details

0.02_04 : 2012-10-01T20:24:26-04:00

  [BUG FIX]

    * restore accidently deleted code loading IO::Handle; hopefully
      fixes CPAN Testers failures on some early 5.10.x builds

0.02_03 : 2012-10-01T11:38:27-04:00

  [BUG FIX]

    * use FileHandle::Fmode to determine access mode for filehandles
      instead of fcntl (and thus hopefully work on Windows)

0.02_02 : 2012-09-27T17:35:02-04:00

  [BUILD]

    * add Test::Exception test requirement


0.02_01 : 2012-09-27T13:30:01-04:00

  [BUILD]

    * add Try::Tiny requirement

0.02 : 2012-09-27T09:53:21-04:00

  [MISC]

    * old name for the module was still in a couple of files

0.01 : 2012-09-27T09:53:21-04:00

    * Initial release.