Changes for version 0.15 - 2009-06-03
- Dropped need for Locale::Maketext::Pseudo
- removed env_ functions (use Locale::Maketext::Pseudo explicitly if you want them)
- note: exporting was broken so they were always called w/ full NS if they were used, should facilitate fast search/replace resolution of code using it. if you used these functions you will need to: a) make sure you $script uses Locale::Maketext::Pseudo b) perl -pi -e 's/Locale::Maketext::Utils::env_/Locale::Maketext::Pseudo::env_/g' $script
Modules
Adds some utility functionality and failure handling to Local::Maketext handles