Group
Extension

Matches 1

MetaCPAN-Client-Pod-PDF ( L/LN/LNATION/MetaCPAN-Client-Pod-PDF-0.05.tar.gz, LNATION, 2025; MetaCPAN )
MetaCPAN-Client-Pod-PDF/lib/MetaCPAN/Client/Pod/PDF.pm ( view source; MetaCPAN )
PDF;

use 5.006;
use strict;
use warnings;

use Moo;
use Mxpress::PDF;
use Pod::Simpler::Aoh;
use JSON;
our $VERSION = '0.05';

extends 'MetaCPAN::Client';

has toc_map => (
	is => 'ro',
	default => s
ovides}}) {
		my $pod = eval { $self->pod($module)->x_pod };
		next unless $pod;
		next if eval { JSON->new->decode($pod) };
		$pod = Pod::Simpler::Aoh->new->parse_string_document(
			$pod
		);
		next

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.