The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Dist::Zilla::Plugin::NoTabsTests - (DEPRECATED) Release tests making sure hard tabs aren't used

VERSION

version 0.04

SYNOPSIS

In your dist.ini:

    [NoTabsTests]
    module_finder = my_finder
    script_finder = other_finder

DESCRIPTION

This is a plugin that runs at the gather files stage, providing the file xt/release/no-tabs.t, a standard Test::NoTabs test.

THIS MODULE IS DEPRECATED. Please use Dist::Zilla::Plugin::Test::NoTabsTests instead. it may be removed at a later time.

In the meantime, it will continue working -- although (soon) with a warning. Refer to the replacement for the actual documentation.

AUTHOR

Florian Ragwitz <rafl@debian.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2010 by Florian Ragwitz.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.