File: README

package info (click to toggle)
libdata-ical-perl 0.13%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 300 kB
  • ctags: 202
  • sloc: perl: 2,571; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 470 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Data-ICal

Data::ICal is a straightforward generator for iCalendar (RFC 2445) files, such
as those used in Apple's iCal.


INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install



DEPENDENCIES

Class::Accessor


COPYRIGHT AND LICENCE

Copyright (C) 2005, Best Practical Solutions LLC.

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