The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Dist::Zilla::Plugin::Test::Fixme - Check code for FIXMEs.

VERSION

version 1.123160

SYNOPSIS

In dist.ini:

    [Test::Fixme]

DESCRIPTION

This is an extension of Dist::Zilla::Plugin::InlineFiles, providing the following file:

  xt/release/fixme.t - a standard Test::Fixme test

TODO

- Allow user to pass options to Test::Fixme

ACKNOWLEDGMENTS

Thanks to Edmund von der Burg and Graham Ollis for writing Test::Fixme.

Code for this plugin based on Dist::Zilla::Plugin::Test::Kwalitee by Alan Young.

AUTHOR

Andrew Jones <andrew@arjones.co.uk>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Andrew Jones.

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