Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Config-IniFiles
From: Makoto Fujiwara
Date: 2015-08-16 04:37:34
Message id: 20150816023734.C60C998@cvs.netbsd.org
Log Message:
Update 2.86 to 2.88
-------------------
2.88 2015-07-10
* Apply speedup patch from James Rouzier.
- \
https://bitbucket.org/shlomif/perl-config-inifiles/pull-request/4/avoid-searching-through-all-the-sections/commits
- Avoids it being O(n^2).
2.87 2015-06-16
* Replace List::MoreUtils with List::Util-1.33-or-above.
- We only used any() and none() which exist in List::Util too now.
- https://rt.cpan.org/Public/Bug/Display.html?id=104764
- Thanks to DBOOK for the report.
* Fix handling of trailing comments which contain their delimiters twice.
- E.g: "key=val ; comment ; further comment".
- https://rt.cpan.org/Ticket/Display.html?id=105255
- Thanks to Rohan Carly for the report and a test case.
Files: