Skip to content

jpve/perl6-pod-to-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pod::To::Markdown (Perl6)

Render Pod as Markdown.

Installation

Using panda:

$ panda update
$ panda install Pod::To::Markdown

Using ufo:

$ ufo
$ make
$ make test
$ make install

Usage:

From command line:

$ perl6 --doc=Markdown lib/class.pm

From Perl6:

use Pod::To::Markdown;

=NAME
foobar.pl

=SYNOPSIS
    foobar.pl <options> files ...
	
say pod2markdown($=pod);

About

Render Perl6 Pod as Markdown

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages