#!perl
#
# This file is part of Config-Model-Itself
#
# This software is Copyright (c) 2007-2019 by Dominique Dumont.
#
# This is free software, licensed under:
#
# The GNU Lesser General Public License, Version 2.1, February 1999
#
BEGIN {
unless
(
$ENV
{AUTHOR_TESTING}) {
qq{1..0 # SKIP these tests are for testing by the author\n}
;
exit
}
}
use
strict;
use
warnings;
use
Test::Perl::Critic;
all_critic_ok();