File: README

package info (click to toggle)
libcalendar-simple-perl 2.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 116 kB
  • sloc: perl: 106; makefile: 8
file content (27 lines) | stat: -rw-r--r-- 566 bytes parent folder | download | duplicates (2)
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
Calendar::Simple
----------------

This is a very simple module that models a calendar month.

INSTALLATION

To install this module type the following:

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

Note: The older "perl Makefile.PL; make; make test; make install" sequence
will also work.

DEPENDENCIES

This module has no external dependencies.

COPYRIGHT AND LICENCE

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

Copyright (C) 2002-2018 Magnum Solutions Ltd., All rights reserved.