8
0

Accepting request 29461 from devel:languages:perl

Copy from devel:languages:perl/perl-Config-IniFiles based on submit request 29461 from user anicka

OBS-URL: https://build.opensuse.org/request/show/29461
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Config-IniFiles?expand=0&rev=9
This commit is contained in:
OBS User autobuild
2010-01-14 17:14:34 +00:00
committed by Git OBS Bridge
parent 3924c78ced
commit a8be4619e4
4 changed files with 31 additions and 6 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Jan 13 16:32:58 CET 2010 - anicka@suse.cz
- update to 2.56
* Hopefully fixed the skip() in t/07misc.t
- https://rt.cpan.org/Public/Bug/Display.html?id=53238
- It was skip($num, $label) instead of skip($label, $num) and it
lacked a "SKIP:" label.
* Refactoring the tests:
- Converted t/05hash.t to Test::More and modernised it.
- Converted t/06oo.t to Test::More and modernised it.
- Testing: extracted t/lib/Config/IniFiles/TestPaths.pm.
- Converted t/10delta.t to Test::More and modernised it.
- Add the t_unlink method.
* Adapted t/25line-endings.t to perl-5.6.x .
- http://www.nntp.perl.org/group/perl.cpan.testers/2009/11/msg6026936.html
- Failure there.
* Converted t/01basic.t to Test::More and modernised it.
* Converted t/02weird.t to Test::More and modernised it.
* Converted t/04import.t to Test::More and modernised it.
* Applied a patch from Steffen Heinrich (SHE) for:
- https://rt.cpan.org/Ticket/Display.html?id=51445
- included t/25line-endings.t
- modified a little.
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de