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::Acme::MetaSyntactic - Plugin to use when building Acme-MetaSyntactic-* theme distribution

VERSION

This document describes version 0.001 of Dist::Zilla::Plugin::Acme::MetaSyntactic (from Perl distribution Dist-Zilla-Plugin-Acme-MetaSyntactic), released on 2017-02-04.

SYNOPSIS

In dist.ini:

 [Acme::MetaSyntactic]

DESCRIPTION

This plugin can be used when building Acme-MetaSyntactic-* theme distribution. It currently does the following:

  • Add a test script xt/release/meta.t (which will become t/release-meta.t) unless t/meta.t or t/meta.t already exists

    The test script is something like:

     use Test::MetaSyntactic;
     all_themes_ok();

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/Dist-Zilla-Plugin-Acme-MetaSyntactic.

SOURCE

Source repository is at https://github.com/perlancar/perl-Dist-Zilla-Plugin-Acme-MetaSyntactic.

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Dist-Zilla-Plugin-Acme-MetaSyntactic

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by perlancar@cpan.org.

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