https://github.com/dolmen/p5-tie-ical
Perl module to tie an iCalendar file (RFC 5545) to a hash.
https://github.com/dolmen/p5-tie-ical
Last synced: about 1 month ago
JSON representation
Perl module to tie an iCalendar file (RFC 5545) to a hash.
- Host: GitHub
- URL: https://github.com/dolmen/p5-tie-ical
- Owner: dolmen
- Created: 2012-11-18T22:39:18.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-06-03T20:20:40.000Z (almost 10 years ago)
- Last Synced: 2024-10-06T02:04:57.735Z (7 months ago)
- Language: Perl
- Size: 344 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Tie::iCal
=========Copyright (c) 2006 Blair Sutton. All rights reserved.
This program is free software; you can redistribute
it and/or modify it under the same terms as Perl itself.INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installDEPENDENCIES
This module requires these other modules and libraries:
Tie::File
This should come bundled with the latest version of Perl.INSTRUCTIONS
Please read the perldoc.
AUTHOR
Blair Sutton ([email protected])