/[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

Diff of /README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by dpavlin, Fri Oct 3 14:19:50 2003 UTC revision 1.3 by dpavlin, Tue Dec 2 12:43:04 2003 UTC
# Line 1  Line 1 
1  Time-Available version 0.01  Time-Available version 0.03
2  ===========================  ===========================
3    
4  The README is used to introduce the module and provide instructions on  Time::Available is used to calculate availability of some resource if start
5  how to install the module, any machine dependencies it may have (for  end end time of availability is available. That availability is calculated
6  example C compilers and installed libraries) and any other information  relative to some interval which is defined when new instance of module is
7  that should be provided before the module is installed.  created.
8    
9  A README file is required for CPAN modules since CPAN extracts the  Time::Avail is CPAN module that started it all. However, it lacked
10  README file from a module distribution so that people browsing the  calculating of availability of some interval and precision in seconds, so
11  archive can use it get an idea of the modules uses. It is usually a  this module was born.
 good idea to provide version information here so that people can  
 decide whether fixes for the module are worth downloading.  
12    
13  INSTALLATION  INSTALLATION
14    
# Line 21  To install this module type the followin Line 19  To install this module type the followin
19     make test     make test
20     make install     make install
21    
22    Users of versions older than 0.03 are encouraged to upgrade to at least
23    version 0.03.
24    
25  DEPENDENCIES  DEPENDENCIES
26    
27  This module requires these other modules and libraries:  This module requires these other modules and libraries:
28    
29    blah blah blah    Carp
30      Time::Local
 COPYRIGHT AND LICENCE  
31    
32  Put the correct copyright and licence information here.  COPYRIGHT AND LICENSE
33    
34  Copyright (C) 2003 by Dobrica Pavlinusic  Copyright (C) 2003 by Dobrica Pavlinusic
35    
36  This library is free software; you can redistribute it and/or modify  This library is free software; you can redistribute it and/or modify
37  it under the same terms as Perl itself, either Perl version 5.8.1 or,  it under the same terms as Perl itself.
 at your option, any later version of Perl 5 you may have available.  
   
38    

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.26