The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

pod2advent - create Perl Advent Calendar html from POD file

SYNOPSIS

  pod2advent entry.pod > entry.html

  cat entry.pod | pod2advent - > entry.html

  echo 'A<http://example.com|Test>' | pod2advent +

DESCRIPTION

Simple command-line wrapper for Pod::Advent.