Literate
NAME
Pod::Literate - A library for parsing Raku files into Pod and Code
SYNOPSIS
use Pod::Literate;
Pod::Literate.parsefile($filename.IO);
DESCRIPTION
Pod::Literate is an extremely simple library for parsing Raku source files into Pod blocks and Code blocks (i.e., everything that isn't a Pod block). The goal of doing so is to support basic literate programming in Raku. You probably don't need to use Pod::Literate directly; instead, you can use it through Pod::Weave and/or Pod::Tangle.
For additional details, please see the announcement blog post: www.codesections.com/blog/weaving-raku.
AUTHOR
codesections <[email protected]>
COPYRIGHT AND LICENSE
ā 2020 Daniel Sockwell
This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.