Scroll to navigation

Pod::Weaver::PluginBundle::Default(3pm) User Contributed Perl Documentation Pod::Weaver::PluginBundle::Default(3pm)

NAME

Pod::Weaver::PluginBundle::Default - a bundle for the most commonly-needed prep work for a pod document

VERSION

version 4.015

OVERVIEW

This is the bundle used by default (specifically by Pod::Weaver's "new_with_default_config" method). It may change over time, but should remain fairly conservative and straightforward.

It is nearly equivalent to the following:

  [@CorePrep]
  
  [-SingleEncoding]
  [Name]
  [Version]
  [Region  / prelude]
  [Generic / SYNOPSIS]
  [Generic / DESCRIPTION]
  [Generic / OVERVIEW]
  [Collect / ATTRIBUTES]
  command = attr
  [Collect / METHODS]
  command = method
  [Collect / FUNCTIONS]
  command = func
  [Leftovers]
  [Region  / postlude]
  [Authors]
  [Legal]

AUTHOR

Ricardo SIGNES <rjbs@cpan.org>

COPYRIGHT AND LICENSE

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

2016-10-22 perl v5.24.1