pfenwick / sweeperbot

SweeperBot - Play Windows minesweeper automatically

This URL has Read+Write access

pfenwick (author)
Tue Jan 06 19:17:56 -0800 2009
commit  30ad26978946fb5e2bc512a51563a027776f8d2a
tree    bb144bab4034c7abc472ece3c6cbae9ce6b8ea35
parent  aedeb366e803197056b817e9094e502c682d2f16
sweeperbot / t / pod.t
100644 13 lines (9 sloc) 0.232 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
#!perl -T
 
use strict;
use warnings;
use Test::More;
 
# Ensure a recent version of Test::Pod
my $min_tp = 1.22;
eval "use Test::Pod $min_tp";
plan skip_all => "Test::Pod $min_tp required for testing POD" if $@;
 
all_pod_files_ok();