Your IP : 216.73.216.74


Current Path : /proc/thread-self/root/usr/share/doc/perl-MetaCPAN-Client/examples/
Upload File :
Current File : //proc/thread-self/root/usr/share/doc/perl-MetaCPAN-Client/examples/pod.pl

# examples/pod.pl

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

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

print $pod->html;