Skip to content

jpve/perl6-pod-strip

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
t
 
 
 
 
 
 
 
 

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%