NAME

generate_without_additional_dependencies_wrappers.PL - generate tests that are wrappers around other tests but which hide the existence of modules first.

SYNOPSIS

generate_without_additional_dependencies_wrappers.PL \
    t/00_modules.t_without_optional_dependencies.t \
    t/01_config.t_without_optional_dependencies.t \
    t/13_bundled_policies.t_without_optional_dependencies.t

DESCRIPTION

Release 1.07 of Perl::Critic was an embarrassment because there were no tests of core without the presence of optional modules. This program generates wrappers for other tests that hide those optional modules.

AUTHOR

Elliot Shank <perl@galumph.org>

COPYRIGHT

Copyright (c) 2007-2008 Elliot Shank. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of this license can be found in the LICENSE file included with this module.