in reply to detecting pod in files?
use Pod::Checker; my $rc = podchecker($filepath, $outputpath, %options); if( $rc > 0 ){ # errors }elsif( $rc < 0 ){ # no pod found }else{ # ok! }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: detecting pod in files?
by edwyr (Sexton) on Aug 27, 2005 at 15:08 UTC |