File: pod.pl

package info (click to toggle)
libmetacpan-client-perl 2.029000-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 548 kB
  • sloc: perl: 2,540; makefile: 8
file content (11 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11

# examples/pod.pl

use strict;
use warnings;
use MetaCPAN::Client;

my $pod =
    MetaCPAN::Client->new->pod('Moo');

print $pod->html;