Changes for version 0.29_02 - 2015-08-03
- Don't try to convert text to UTF-8 if it's already tagged as UTF-8. Thanks to Artem Krivopolenov.
- Changed all remaining instances of 'use base' to 'use parent'; it was previously using a mixture of parent *and* base.
Changes for version 0.29_01 - 2015-08-02
- Switched to Dist::Zilla
- Added "use warnings" and "require 5.006" to all modules.
- Moved custom-pom2 script from bin/ to examples/
- Reformatted this file as per CPAN::Changes::Spec
Documentation
check POD for correctness using Pod::POM
convert POD to Text, HTML, etc., with Pod::POM
dump the POM parse tree for a POD document
Modules
POD Object Model
base class for a POM node
POM '=begin' node class
POM '=over' node class
convenience class to load all node classes
Provides
in lib/Pod/POM/Test.pm