The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MetaCPAN::Client::Pod - A Pod object

VERSION

version 1.010000

SYNOPSIS

  use strict;
  use warnings;
  use MetaCPAN::Client;
  
  my $pod = MetaCPAN::Client->new->pod('Moo');
  
  print $pod->html;

DESCRIPTION

ATTRIBUTES

name

x_pod

html

x_markdown

plain

Get the plaintext version of the documentation

  $pod = MetaCPAN::Client->new->pod( "MetaCPAN::Client" );
  print $pod->plain;

AUTHORS

  • Sawyer X <xsawyerx@cpan.org>

  • Mickey Nasriachi <mickey@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by Sawyer X.

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