in reply to •Re: Test the Pod of your files
in thread Test the Pod of your files

I use Test::Pod, but I find it bad to have a big list prerequisites only needed for the tests - that's why I skip the tests unless all needed modules are there...

perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ; # The $d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider ($c = $d->accept())->get_request(); $c->send_response( new #in the HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' # web