/[Time-Available]/README
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations)
Sun Oct 12 18:57:32 2003 UTC (20 years, 5 months ago) by dpavlin
Branch: MAIN
Changes since 1.1: +11 -14 lines
better README file

1 Time-Available version 0.01
2 ===========================
3
4 Time::Available is used to calculate availability of some resource if start
5 end end time of availability is available. That availability is calculated
6 relative to some interval which is defined when new instance of module is
7 created.
8
9 Time::Avail is CPAN module that started it all. However, it lacked
10 calculating of availability of some interval and precision in seconds, so
11 this module was born.
12
13 INSTALLATION
14
15 To install this module type the following:
16
17 perl Makefile.PL
18 make
19 make test
20 make install
21
22 DEPENDENCIES
23
24 This module requires these other modules and libraries:
25
26 Carp
27 Time::Local
28
29 COPYRIGHT AND LICENCE
30
31 Put the correct copyright and licence information here.
32
33 Copyright (C) 2003 by Dobrica Pavlinusic
34
35 This library is free software; you can redistribute it and/or modify
36 it under the same terms as Perl itself.
37

  ViewVC Help
Powered by ViewVC 1.1.26