NAME
Dist::Zilla::Plugin::Test::WeaveFile - Author tests to verify woven project files are up to date
VERSION
version 0.002
SYNOPSIS
In your dist.ini:
DESCRIPTION
This Dist::Zilla plugin creates author test files that verify project files generated by [WeaveFile / ...] plugins are present and match their definitions.
For each [WeaveFile / ...] plugin found in dist.ini, a test file is generated in xt/author/ that compares the actual file content against the expected content rendered from the weave config.
[WeaveFile / README.md]
config = .weavefilerc
[Test::WeaveFile]
ATTRIBUTES
filepath_template
Template for test file paths. Defaults to xt/author/weave_{{ $file }}.t.
AUTHOR
Mikko Koivunalho <mikkoi@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2025 by Mikko Koivunalho.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.