NAME
Pod::Knit::Plugin::Abstract - add the NAME section to the POD
VERSION
version 0.0.1
SYNOPSIS
In knit.yml
plugins
- ABSTRACT
DESCRIPTION
Extracts the name and abstract from the file and add them to the POD.
package My::Foo;
# ABSTRACT: does the thing
will generate
=head1 NAME
My::Foo - does the thing
AUTHOR
Yanick Champoux <yanick@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2018 by Yanick Champoux.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Full text of the license can be found in the LICENSE file included in this distribution.