found in @pod. sub first-title(@pod) is export { @pod.first((* ~~ Pod::Block::Named and *.name eq "TITLE")); }

found in @pod. sub first-subtitle(@pod) is export { @pod.first((* ~~ Pod::Block::Named and *.name eq "SUBTITLE")); }

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.

Pod::Utils v0.0.2

Toolset of functions to ease working with Pod6s!

Authors

  • @Mouq
  • @coke
  • @hoelzro
  • @timo
  • @moritz
  • @JJ
  • @MasterDuke17
  • @zoffixznet
  • @antoniogamiz

License

Artistic-2.0

Dependencies

Test Dependencies

Provides

  • Pod::Utils
  • Pod::Utils::Build

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.