--- - branch: MAIN date: Tue Jul 15 09:04:40 UTC 2008 files: - new: '1.14' old: '1.13' path: pkgsrc/devel/p5-Config-General/Makefile pathrev: pkgsrc/devel/p5-Config-General/Makefile@1.14 type: modified - new: '1.7' old: '1.6' path: pkgsrc/devel/p5-Config-General/distinfo pathrev: pkgsrc/devel/p5-Config-General/distinfo@1.7 type: modified id: 20080715T090440Z.d492a2e213095f5b78844df08f35ab472297bf54 log: "Updated devel/p5-Config-General to 2.40\n\n2.40\n\t- fixed SplitDelimiter parser regex, it does no more consider\n\t non-whitespaces (\\S+?) as the option name but anything\n\t before the delimiter (.+?), this fixes bug rt.cpan.org#36607,\n\t \ the fix of 2.39 were not sufficient. Thanks to\n\t Jeffrey Ratcliffe for pointing it out.\n\n\t- added new parameter -SaveSorted. The default value is 0,\n\t that means configs will be saved unsorted (as always),\n\t however if you want to save it sorted, turn this parameter\n\t to 1. Thanks to Herbert Breunung for the hint.\n\n\t- added complexity test, which checks a combination\n\t of various complex features of the parser.\n\n 2.39\n\t- fixed rt.cpan.org#35122. This one was one of the most\n\t intriguing bugs I've ever observed in my own code. The\n\t \ internal temporary __stack hashref were copied from one\n\t subhash to another to enable inheritance of variables.\n\t However, the hashes were copied by reference, so once a\n\t value changed later, that value were overwritten because\n\t the __stack in question were just a reference. I introduced\n\t a simple function _copy() which copies the contents of\n\t the __stack by value, which solved the bug.\n\t Conclusion: beware of perl hash refs!\n\n\t- fixed rt.cpan.org#36607, accept whitespaces in heredoc\n\t names if split delimiter is gues (equalsign or whitespace)\n\n\t- fixed rt.cpan.org#34080 (typo)\n\n\t- fixed rt.cpan.org#35766. Variables inside single quoted\n\t strings will no more interpolated (as the docu states).\n\t Also added test case for this.\n\n\t- fixed bug rt.cpan.org#33766. Checking for defined not true\n\t in ::Extended::AUTOLOAD().\n\n\t- added -UTF8 flag, which opens files in utf8 mode\n\t (suggested by KAORU, rt.cpan.org#35583)\n\t \ I decided not to add a test case for this, since perls\n\t utf8 support is not stable with all versions.\n\n 2.38\n\t- fixed rt.cpan.org#31529 variable inheritance failed\n\t with multiple named blocks.\n\n\t- fixed rt.cpan.org#33447, regex to catch variable\n\t names were too strict, now - . + or : are allowed too.\n\n\t- fixed rt.cpan.org#33385 and #32978 - using arrayrefs\n\t as param to -String didn't work anymore (sic)\n\n\t- fixed rt.cpan.org#33216 - variable stack were not properly\n\t re-constructed for pre-existing variables if\n\t -MergeDuplicateOptions is turned on.\n\n 2.37\n\t- \"fixed\" rt.cpan.org#30199 - check for invalid and\n\t \ unsupported structures, especially mixing blocks\n\t and scalars with identical names.\n\n\t- added checks to 'make test' to test for the above\n\t checks.\n\n\t- revoked patch of rt.cpan.org#27225, it broke running\n\t code.\n\n\t- fixed rt.cpan.org#30063 (and #27225!) by reimplementing\n\t the whole interpolation code. The internal stack is\n\t no more a class variable of the module but stored\n\t directly within the generated config hash and cleaned\n\t before returning to the user.\n\n\t- added (modified) patch rt.cpan.org#30063 to check\n\t if interpolation works with supplied default config\n\t works.\n\n 2.36\n\t- oh my goodness! For some unknown reason I deleted the\n\t Makefile.PL before packaging. Dammit. So, here it is\n\t again.\n\n 2.35\n\t- 'make test' failed under perl 5.5 because some prequisite\n\t modules were not found. So now I added all requirements\n\t to Makefile.PL, even if those modules are part of\n\t recent perls (beginning with 5.6). I could have also\n\t added a 'use 5.6' to the code but this would users\n\t \ of perl5 exclude. This way they have the possibility\n\t to fix their installation. Hopefully.\n\n\t No code changes otherwise.\n\n 2.34\n - fixed rt.cpan.org#27271 - removed output file from\n manifest.\n\n\t- fixed rt.cpan.org#27225 - clear vars off the stack\n if entering a new block, so old vars get not re-used.\n\n\t- fixed rt.cpan.org#27110 - re-implemented support\n for arrayref as -String parameter.\n\n\t- fixed rt.cpan.org#24155 - relative include bug fixed.\n\n\t- applied patch by GWYN, (see fixed rt.cpan.org#27622)\n \t which allows the same file included multiple times.\n\t there is no loop detection if turned on. new option\n\t introduced: -IncludeAgain => 1 (default turned off).\n\n\t- added support for -IncludeAgain to directory include\n\t code too.\n\n\t- the directory globbing code used slashes to join\n\t directory and file names. changed this to use catfile()\n\t instead.\n\n 2.33\n\t- fixed rt.cpan.org#26333 - just return $con if env var\n\t is undefined.\n\n\t- applied part of a patch supplied by Vincent Rivellino \n\t which turns off explicit empty block support if in\n\t apache compatibility mode, see next.\n\n\t- added new option -ApacheCompatible, which makes the\n\t module behave really apache compatible by setting the\n\t required options.\n\n\t- a little bit re-organized the code, most of the stuff\n\t in new() is now outsourced into several extra subs to\n\t \ make maintenance of the code easier. The old new() sub\n\t in fact was a nightmare.\n\n\t- fixed a bug reported by Otto Hirr :\n\t the _store() sub used sort() to sort the keys, which conflicts\n\t with sorted hashes (eg. tied using Tie::IxHash).\n\n\t- fixed tie bug reported by King, Jason ,\n\t \ loading of the tie module didn't work.\n" module: pkgsrc subject: 'CVS commit: pkgsrc/devel/p5-Config-General' unixtime: '1216112680' user: abs