source: trunk/LATMOS-Accounts/t/01_pod_coverage.t @ 1825

Last change on this file since 1825 was 1023, checked in by nanardon, 12 years ago
  • complete POD

This patch a basic documentation to all functions.
It also add two test to ensure all POD syntax are correct and coverage is full.

File size: 277 bytes
Line 
1use strict;
2use warnings;
3use Test::More;
4
5my $trustparents = { coverage_class => 'Pod::Coverage::CountParents' };
6
7eval "use Test::Pod::Coverage 1.00";
8plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD coverage" if $@;
9
10all_pod_coverage_ok( $trustparents );
Note: See TracBrowser for help on using the repository browser.