#!/usr/bin/perl -w # DESCRIPTION: Perl ExtUtils: Type 'make test' to test this package # # Copyright 2000-2009 by Wilson Snyder. This program is free software; # you can redistribute it and/or modify it under the terms of either the GNU # Lesser General Public License Version 3 or the Perl Artistic License Version 2.0. use strict; use Test; eval "use Test::Pod 1.00"; if ($@) { print "1..1\n"; print "ok 1 # skip Test::Pod not installed so ignoring Pod check (harmless)"; } else { all_pod_files_ok(); }