8
0

Accepting request 811534 from home:pmonrealgonzalez:branches:devel:languages:perl

- Update to 2.113
  * Changes in 2.113     2020-01-16
    - Get rid of use of Common and TBone in all tests
    - Convert to Dist::Zilla for authoring
    - Cleaned up some of the docs. Needs more.
  * Changes in 2.112    2019-12-13
    - Change use vars qw() to our $whatever instead. 'our'
    - Hide IO::WrapTie subclasses from PAUSE
    - Convert README to README.md
    - Fix the documentation in the main module, IO::Stringy to better indicate
      where to get info and how to use the module
    - Add a LICENSE file
    - Get rid of the set-version.pl file as it's no longer needed
    - update t/IO_InnerFile.t to use Test::More and a proper TEMP file

OBS-URL: https://build.opensuse.org/request/show/811534
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IO-stringy?expand=0&rev=20
This commit is contained in:
2020-06-05 06:12:21 +00:00
committed by Git OBS Bridge
parent c114dd1516
commit 7433ca48f0
4 changed files with 48 additions and 16 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Jun 4 11:29:16 UTC 2020 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
- Update to 2.113
* Changes in 2.113 2020-01-16
- Get rid of use of Common and TBone in all tests
- Convert to Dist::Zilla for authoring
- Cleaned up some of the docs. Needs more.
* Changes in 2.112 2019-12-13
- Change use vars qw() to our $whatever instead. 'our'
- Hide IO::WrapTie subclasses from PAUSE
- Convert README to README.md
- Fix the documentation in the main module, IO::Stringy to better indicate
where to get info and how to use the module
- Add a LICENSE file
- Get rid of the set-version.pl file as it's no longer needed
- update t/IO_InnerFile.t to use Test::More and a proper TEMP file
-------------------------------------------------------------------
Mon Jan 14 15:54:33 CET 2019 - kukuk@suse.de