Help for this page

Select Code to Download


  1. or download this
    #!perl -T
    
    ...
    eval "use Test::Pod::Coverage 1.04";
    plan tests => 1;
    pod_coverage_ok( "My::Flaky::Module");
    
  2. or download this
    #   Failed test 'Pod coverage on My::Flaky::Module'
    #   at /usr/local/share/perl5/Test/Pod/Coverage.pm line 133.
    # My::Flaky::Module: requiring 'My::Flaky::Module' failed
    
  3. or download this
    use Date::Manip;