#!/usr/bin/env perl
use 5.008004;
use utf8;
use strict;
use version; our $VERSION = qv('v0.999.3');
# The also_private usage is required due to using the Fatal module.
all_pod_coverage_ok( { also_private => [ qw{ close read write } ] } );
# setup vim: set filetype=perl tabstop=4 softtabstop=4 expandtab :
# setup vim: set shiftwidth=4 shiftround textwidth=78 nowrap autoindent :
# setup vim: set foldmethod=indent foldlevel=0 :