PostScript::Calendar version 0.04, released June 25, 2008

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



CHANGES
    Here's what's new in version 0.04 of PostScript::Calendar:
    (See the file "Changes" for the full revision history.)

	- No functional changes
	- Minor clean up to documentation
	- Exclude ProhibitAccessOfPrivateData from perlcritic.t
	- Skip perlcritic.t under AUTOMATED_TESTING
	- Use Module::Build::DistVersion for packaging



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.
