PostScript::Calendar version 1.01, released February 12, 2012
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
CHANGES
Here's what's new in version 1.01 of PostScript::Calendar:
(See the file "Changes" for the full revision history.)
- New constructor parameters: border_width, grid, grid_width,
moon_dark, moon_light, & shade_color
- The shade methods can now take options to customize the color.
This will generate code that requires PostScript level 2.
- PostScript::Calendar objects can now be passed to PostScript::Convert
- Use the function library provided by PostScript::File 2.20
- All comments are stripped from the generated PostScript
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Christopher J. Madsen.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.