Revision 23 (by dpavlin, 2005/06/15 16:43:28) version 0.04, fixed bug with interval which starts in previous day and ends
before beginning of uptime interval
#!/usr/bin/perl

use strict;
use warnings;

use Test::More;
eval "use Test::Pod 1.00";
plan skip_all => "Test::Pod 1.00 required for testing POD" if $@;

all_pod_files_ok();