--- README 2003/10/03 14:19:50 1.1.1.1 +++ README 2003/12/02 12:43:04 1.3 @@ -1,16 +1,14 @@ -Time-Available version 0.01 +Time-Available version 0.03 =========================== -The README is used to introduce the module and provide instructions on -how to install the module, any machine dependencies it may have (for -example C compilers and installed libraries) and any other information -that should be provided before the module is installed. - -A README file is required for CPAN modules since CPAN extracts the -README file from a module distribution so that people browsing the -archive can use it get an idea of the modules uses. It is usually a -good idea to provide version information here so that people can -decide whether fixes for the module are worth downloading. +Time::Available is used to calculate availability of some resource if start +end end time of availability is available. That availability is calculated +relative to some interval which is defined when new instance of module is +created. + +Time::Avail is CPAN module that started it all. However, it lacked +calculating of availability of some interval and precision in seconds, so +this module was born. INSTALLATION @@ -21,20 +19,20 @@ make test make install +Users of versions older than 0.03 are encouraged to upgrade to at least +version 0.03. + DEPENDENCIES This module requires these other modules and libraries: - blah blah blah - -COPYRIGHT AND LICENCE + Carp + Time::Local -Put the correct copyright and licence information here. +COPYRIGHT AND LICENSE Copyright (C) 2003 by Dobrica Pavlinusic This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself, either Perl version 5.8.1 or, -at your option, any later version of Perl 5 you may have available. - +it under the same terms as Perl itself.