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

NAME

Dist::Zilla::Plugin::PodnameFromFilename - Fill out # PODNAME from filename

VERSION

This document describes version 0.02 of Dist::Zilla::Plugin::PodnameFromFilename (from Perl distribution Dist-Zilla-Plugin-PodnameFromFilename), released on 2017-07-04.

SYNOPSIS

In dist.ini:

 [PodnameFromFilename]

In your module/script:

 # PODNAME:

During build, PODNAME will be filled from filename. If PODNAME is already filled, will leave it alone.

DESCRIPTION

It's yet another DRY plugin. It's annoying that in scripts like bin/some-progname you have to specify:

 # PODNAME: some-progname

With this plugin, the value of PODNAME directive will be filled from filename (unless it has been set explicitly).

HOMEPAGE

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

SOURCE

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

BUGS

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

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.

SEE ALSO

https://github.com/rjbs/Pod-Weaver/issues/29

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017, 2014 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.