Changes for version 2.0008

  • Removed unecessary dependencies from Makefile.PL Fixed bug in function dir, it was assuming non existing directories as '.'. Added new export tags. Fixed several bugs related to Perlmazing::Engine::Exporter. It should now behave properly in all cases. Fixed all the cases where Perlmazing's function files were not properly importing the symbols they need to run. Fixed test cases that started to fail once the previous fixes were in place. Fixed some errors/mispellings in the documentation. Added windows_path and unix_path functions. Fixed wrong sorting for "numeric" (upper/lower-case was taking precedence in a wrong way) Added the unbless function from Data::Structure::Util Improved the slurp function to do-what-you-mean in list context.

Modules

A collection of helper functions powered by Perlmazing::Engine.
Have your functions load their code and associated modules only when needed, automagically.
Use strict and warnigns and enable all modern features from your Perl version in a single call. Currently, the maximum version features we enable here is 5.028, as some of the later versions of Perl have features that can cause unexpected compatibility problems. You can change the value of $Perlmazing::Feature::VERSION to $] or to any other limit.

Provides

in lib/Perlmazing/Engine/Exporter.pm
in lib/Perlmazing/Engine.pm
in lib/Perlmazing/Perlmazing/stat.pm