NAME
t/doc/pod_todo.t - find todo items in pod files
SYNOPSIS
# test all files % prove t/doc/pod_todo.t # test specific files % perl t/doc/pod_todo.t perl_module.pm perl_file.pl
DESCRIPTION
Tests the all files listed in MANIFEST and MANIFEST.generated that appear to contain Pod markup for any todo items. If any files contain the string 'TODO', 'FIXME' or 'XXX', they are reported in the test output.
AUTHOR
Paul Cochrane <paultcochrane at gmail dot com>; stolen from t/doc/pod.t