![]() |
![]()
| ![]() |
![]()
NAMEMetaCPAN::Client::Pod - A Pod object VERSIONversion 2.033000 SYNOPSISuse strict; use warnings; use MetaCPAN::Client; my $pod = MetaCPAN::Client->new->pod('Moo'); print $pod->html; DESCRIPTIONA MetaCPAN pod entity object. ATTRIBUTESrequestA MetaCPAN::Client::Request object (created in MetaCPAN::Client) nameThe name of the module (probably always the value passed to the pod() method) url_prefixPrefix to be passed through the url_prefix query parameter to the 'pod' endpoint x_podThe raw pod extracted from the file. htmlFormatted as an HTML chunk (No <html>...<body>) x_markdownConverted to Markdown. plainFormatted as plain text. Get the plaintext version of the documentation $pod = MetaCPAN::Client->new->pod( "MetaCPAN::Client" ); print $pod->plain; AUTHORS
COPYRIGHT AND LICENSEThis software is copyright (c) 2016 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.
|