Add packfile caching
[VCS-Git-Torrent.git] / t / 90-pod.t
blobce4cccb3208df0f72a4e0bf4eb570dfb544f4eed
1 # This code was generated by the catalyst.pl helper, part of the
2 # Catalyst::Devel CPAN package.
4 use strict;
5 use warnings;
6 use Test::More;
8 eval "use Test::Pod 1.14";
9 plan skip_all => 'Test::Pod 1.14 required' if $@;
10 plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
12 all_pod_files_ok();
14 # Copyright (C) 2007  Sam Vilain
16 # This program is free software: you can redistribute it and/or modify
17 # it under the terms of the GNU General Public License as published by
18 # the Free Software Foundation, either version 3 of the License, or
19 # (at your option) any later version.
21 # This program is distributed in the hope that it will be useful,
22 # but WITHOUT ANY WARRANTY; without even the implied warranty of
23 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24 # GNU General Public License for more details.
26 # You should have received a copy of the GNU General Public License
27 # along with this program, as the file COPYING.  If not, see
28 # <http://www.gnu.org/licenses/>.