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

Changes for version 0.30 - 2015-09-04

  • Dropped File::Slurp in favour of File::Slurper. RT#106853 from Henk van Oers.
  • 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.
  • Added "use warnings" and "require 5.006" to all modules.

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

Provides

in lib/Pod/POM/Test.pm