The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changelog for a2pdf (see http://perl.jonallen.info/projects/a2pdf)

1.08 - 17 September 2004
  Now compatible with Windows as well as UNIX
  Added support for formfeed characters in input stream
    (thanks to Trevor Richardson)
  Page title can be specified (--title option)
  Image icon can be added to page header (--icon option)
  Added '--timestamp' option

1.07 - 14 April 2004
  Added '--help' and '--doc' options
  Documentation update
  Initial release to CPAN

1.06 - 03 April 2004
  Added '--version' option
  Changed header to include the modification timestamp of the 
  input file
  Words which are longer than the width of a complete line are
  now split instead of being printed in a smaller font size

1.05 - 28 March 2004
  Fixed bug which prevented header/footer display when the
  font size was >10

1.04 - 28 March 2004
  Added font cache to reduce the size of created PDF files
  Renamed script from a2pdf.pl to a2pdf
  Distribution created with the 'scriptdist' utility
  Documentation update

1.03 - 21 March 2004
  Fixed layout bug which occurred when the --noline-numbers
  option was used

1.02 - 20 March 2004
  Implemented Perl syntax highlighting (using Perl::Tidy)
  Both '-' and '_' characters are now allowed in option names
  (e.g. --perl-syntax is equivalent to --perl_syntax)

1.01 - 07 March 2004
  Added display of page numbers
  Increased default margin to 48 points

1.00 - 06 March 2004
  First public release