Skip to content

jpve/perl6-pod-strip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pod::Strip (Perl6)

Strip Pod annotation from Perl6. Converts Pod documentation to empty lines of the same size.

Bugs:

  • Also strips Pod-style annotation from strings and comments! This is incorrect behaviour and is to be changed in the future.

Installation

Using panda:

$ panda update
$ panda install Pod::Strip

Using ufo:

$ ufo
$ make
$ make test
$ make install

Usage:

use Pod::Strip;

my Str $code = slurp $?FILE;
say pod-strip($code);

About

Strip Pod annotation from Perl6 code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%