Dist::Zilla::Plugin::Test::NoBreakpoints - Author tests making sure no debugger breakpoints make it to 'released'
version 0.0.2
Generate an author Test::NoBreakpoints.
This is an extension of Dist::Zilla::Plugin::InlineFiles, providing
the file xt/author/no-breakpoints.t
, a standard Test::NoBreakpoints test.
This plugin accepts the following options:
This is the name of a FileFinder for finding
files to check. The default value is :InstallModules
,
:ExecFiles
(see also Dist::Zilla::Plugin::ExecDir) and :TestFiles
;
this option can be used more than once.
Other predefined finders are listed in "default_finders" in Dist::Zilla::Role::FileFinderUser. You can define your own with the [FileFinder::ByName] plugin.
a filename to also test, in addition to any files found earlier. This option can be repeated to specify multiple additional files.
The filename of the test to add - defaults to xt/author/test-eol.t
.
This module was heavily cribbed from Dist::Zilla::Plugin::Test::EOL.
- Test::NoBreakpoints
Chisel chisel@chizography.net
This software is copyright (c) 2015 by Chisel Wright.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.