#!perl
use
5.010001;
use
strict;
use
warnings;
our
$VERSION
=
'1.152'
;
Perl::Critic::TestUtils::assert_version(
$VERSION
);
use
Test::Pod 1.00;
all_pod_files_ok( all_pod_files( starting_points_including_examples() ) );
# Local Variables:
# mode: cperl
# cperl-indent-level: 4
# fill-column: 78
# indent-tabs-mode: nil
# c-indentation-style: bsd
# End:
# ex: set ts=8 sts=4 sw=4 tw=78 ft=perl expandtab shiftround :