found in @pod. sub first-title(@pod) is export { @pod.first((* ~~ Pod::Block::Named and *.name eq "TITLE")); }
NAME
Pod::Utils - Set of helper functions to ease create new Pods elements.
SYNOPSIS
use Pod::Utils;
# time to work with Pod::* elements!
say first-subtitle($=pod[0].contents);
DESCRIPTION
Pod::Utils is a set of routines that help you to deal with Pod elements. It lets you manipulate several kinds of Pod objects, obtain gists and modify headings.
AUTHORS
Alexander Mouquin <@Mouq>
Will Coleda <@coke>
Rob Hoelz <@hoelzro>
<@timo>
Moritz Lenz <@moritz>
Juan Julián <@JJ>
<@MasterDuke17>
Zoffix Znet <@zoffixznet>
Antonio <@antoniogamiz>
COPYRIGHT AND LICENSE
Copyright 2019 Perl6 team
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.