The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.12 - 2009-09-15

  • fix bug importing with specific functions for example, -list => ['uniq']; it occurs when one kind has multiple modules. This bug is from 0.08 fix bug, export like SubExpoter (rename using -as) didn't work. fix bug, the following importing didn't work. use Util::Any {-list => ['uniq']}; This was bug of documennt, but now work. fix document -kind => 'function' doesn't work. use -kind => ['function'], instead. for example, -list => ['uniq'] add test for synopsis example add test of Sub::Exporter generators way and write docuement about it. fix typo in test script

Modules

to export any utilities and to create your own utilitiy module