NAME
Swim::Plugin::cpan - Swim CPAN Head/Tail Support
SYNOPSIS
In your .swim
file:
<<<cpan-head>>>
... Swim CPAN doc content ...
<<<cpan-tail>>>
From the command line:
swim --to=pod --meta=Meta doc/MyModule.swim
DESCRIPTION
This Swim plugin will generate the head and tail of your pod files from a metadata file.
Meta Data Needed
name
-
Dist or module name
abstract
-
Dist abstract
version
-
Dist version
-
Author's full name
-
Author's email address
badge
-
One or more badge types. Optional.
see
-
List of links or module names. Optional.
SEE ALSO
AUTHOR
Ingy döt Net <ingy@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2014-2015. Ingy döt Net.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.