PostScript::Calendar version 0.02

PostScript::Calendar generates printable calendars using PostScript.

PostScript::Calendar uses Date::Calc's *_to_Text functions, so you
can change the language used by calling Date::Calc's Language
function before creating your calendar.



INSTALLATION

To install this module, run the following commands:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install

See the CONFIGURATION AND ENVIRONMENT section of the documentation for
some tips on getting Font::AFM properly configured.



DEPENDENCIES

  Package           Minimum Version
  ----------------- ---------------
  perl               5.6.0
  Date::Calc         5.0
  Font::AFM          1.0
  PostScript::File   1.0

To display phases of the moon:
  Astro::MoonPhase   0.60



COPYRIGHT AND LICENSE

Copyright 2007 Christopher J. Madsen

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
