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/name"
        Author's full name

    "author/email"
        Author's email address

    "badge"
        One or more badge types. Optional.

    "see"
        List of links or module names. Optional.

SEE ALSO
    *   Swim

AUTHOR
    Ingy döt Net <ingy@cpan.org>

COPYRIGHT AND LICENSE
    Copyright 2014. Ingy döt Net.

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

    See <http://www.perl.com/perl/misc/Artistic.html>

