#!/bin/perl
`cat lib/Date/Set/Timezone.pm | pod2html > Date-Set-Timezone.html`;
print "Check that you have pod2html in your path\n" unless -s 'Date-Set.html';

