Pod::Weaver::Section::Name.3pm

Langue: en

Version: 2010-06-12 (ubuntu - 24/10/10)

Section: 3 (Bibliothèques de fonctions)

NAME

Pod::Weaver::Section::Name - add a NAME section with abstract (for your Perl module)

VERSION

version 3.101630

OVERVIEW

This section plugin will produce a hunk of Pod giving the name of the document as well as an abstract, like this:
   =head1 NAME
 
   Some::Document - a document for some
 
 

It will determine the name and abstract by inspecting the "ppi_document" which must be given. It will look for the first package declaration, and for a comment in this form:

   # ABSTRACT: a document for some
 
 

AUTHOR

Ricardo SIGNES <rjbs@cpan.org> This software is copyright (c) 2010 by Ricardo SIGNES.

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