Test script to transfer data over GTP without a tracker
[VCS-Git-Torrent.git] / t / 91-pod-coverage.t
blob9bd34a786a9b8505ef1bfb39bad567f1a3a5c1af
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::Coverage 1.04";
9 plan skip_all => 'Test::Pod::Coverage 1.04 required' if $@;
10 plan skip_all => 'set TEST_POD to enable this test' unless $ENV{TEST_POD};
12 all_pod_coverage_ok
13         ({ also_private => [ qr/^(meta|BUILD)$/ ],
14         });
16 # Copyright (C) 2007  Sam Vilain
18 # This program is free software: you can redistribute it and/or modify
19 # it under the terms of the GNU General Public License as published by
20 # the Free Software Foundation, either version 3 of the License, or
21 # (at your option) any later version.
23 # This program is distributed in the hope that it will be useful,
24 # but WITHOUT ANY WARRANTY; without even the implied warranty of
25 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26 # GNU General Public License for more details.
28 # You should have received a copy of the GNU General Public License
29 # along with this program, as the file COPYING.  If not, see
30 # <http://www.gnu.org/licenses/>.