]> Dogcows Code - chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate/blob - t/pod.t
add test script for mysql
[chaz/p5-DBIx-Class-ResultSet-RecursiveUpdate] / t / pod.t
1 use strict;
2 use warnings;
3 use Test::More;
4
5 eval "use Test::Pod 1.14";
6 plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
7 all_pod_files_ok();
This page took 0.035177 seconds and 4 git commands to generate.