pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Config-IniFiles
Module Name: pkgsrc
Committed By: mef
Date: Sun Aug 16 02:37:34 UTC 2015
Modified Files:
pkgsrc/devel/p5-Config-IniFiles: Makefile distinfo
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.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/p5-Config-IniFiles/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/p5-Config-IniFiles/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index