Added commit object serialization.
[catagits/Gitalist.git] / t / author / podcoverage.t
CommitLineData
233ba83d 1#!/usr/bin/env perl
2use strict;
3use warnings;
4use Test::More;
5
6use Test::Pod::Coverage 1.04;
7
d137f7d5 8all_pod_coverage_ok({
9 also_private => [qw/
10 BUILD
11 BUILDARGS
12 build_per_context_instance
13 /],
14});