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.