GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Pod::Readme::Types(3) User Contributed Perl Documentation Pod::Readme::Types(3)

Pod::Readme::Types - Types used by Pod::Readme

  use Pod::Readme::Types qw/ Indentation /;

  has verbatim_indent => (
    is      => 'ro',
    isa     => Indentation,
    default => 2,
  );

This module provides types for use with the modules in Pod::Readme.

It is intended for internal use, although some of these may be useful for writing plugins (see Pod::Readme::Plugin).

None by default. All functions must be explicitly exported.

The indentation level used for verbatim text. Must be an integer greater than or equal to 2.

A heading level, used for plugin headings.

Must be either 1, 2 or 3. (Note that "=head4" is not allowed, since some plugins use subheadings.)

A name of a target, e.g. "readme".

A directory. Can be a string or Path::Tiny object.

A file. Can be a string or Path::Tiny object.

An IO::Handle or IO::String object.

"IO" types, which coerce filehandles to read/write <IO:Handles>, respectively.
2018-10-31 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.