Author: turnstep Date: Sun May 4 18:03:08 2008 New Revision: 11197 Modified: DBD-Pg/trunk/t/99_pod.t
Log: Mention Test::Pod::Coverage at top. Modified: DBD-Pg/trunk/t/99_pod.t ============================================================================== --- DBD-Pg/trunk/t/99_pod.t (original) +++ DBD-Pg/trunk/t/99_pod.t Sun May 4 18:03:08 2008 @@ -1,6 +1,7 @@ #!perl ## Check our Pod, requires Test::Pod +## Also done if available: Test::Pod::Coverage use strict; use warnings;
