Hasn't been a release in a while. The main bug to fix is the warning from Hash::StoredIterator. This will also add the major new feature of $scalar->path incorporating Path::Tiny and all the file handling goodness that entails.
New Features
$scalar->path will return a Path::Tiny object using the contents
of $scalar. Makes working with files much, much easier.
[github #229] [github #247](Michael G Schwern)
Doc Changes
Added a project rationale. [github #252] [github #226](Carlos Lima)
Bug Fixes
Fixed a crash if the perl5i command line is fed a null byte.
[github #269] [github #273](Reini Urban) (Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯)
Stop using deprecated Hash::StoreIterator::eech().
[github #270](Chad Granum)
The methods() meta method now ignores subroutines declared with func().
[github #222] [github #253](Carlos Lima)
Hasn't been a release in a while. The main bug to fix is the warning from Hash::StoredIterator. This will also add the major new feature of $scalar->path incorporating Path::Tiny and all the file handling goodness that entails.
New Features
$scalar->path will return a Path::Tiny object using the contents of $scalar. Makes working with files much, much easier. [github #229] [github #247](Michael G Schwern)
Doc Changes
Added a project rationale. [github #252] [github #226](Carlos Lima)
Bug Fixes