r7843@merlin: jquelin | 2007-11-26 12:44:39 +0100
[time-fuzzy.git] / README
blob519ba2200a4edc064c968e39a72a4bd0c624ee78
1 Time::Fuzzy
2 ===========
4 Nobody will ever say "it's 11:57". People just say "it's noon". This
5 Perl module does just the same: it adds some human fuzziness to the way
6 computer deal with time.
10 INSTALLATION
11 ============
13 To install this module, run the following commands:
15     perl Makefile.PL
16     make
17     make test
18     make install
21 Or, using Module::Builder:
23     perl Build.PL
24     ./Build
25     ./Build test
26     ./Build install
30 SUPPORT AND DOCUMENTATION
31 =========================
33 After installing, you can find documentation for this module with the perldoc command.
35     perldoc Time::Fuzzy
37 You can also look for information at:
38   . Search CPAN
39         http://search.cpan.org/dist/Time-Fuzzy
40   . CPAN Request Tracker:
41         http://rt.cpan.org/NoAuth/Bugs.html?Dist=Time-Fuzzy
42   . AnnoCPAN, annotated CPAN documentation:
43         http://annocpan.org/dist/Time-Fuzzy
44   . CPAN Ratings:
45         http://cpanratings.perl.org/d/Time-Fuzzy
49 COPYRIGHT AND LICENCE
50 =====================
52 Copyright (c) 2007 Jerome Quelin, all rights reserved.
54 This program is free software; you can redistribute it and/or modify
55 it under the same terms as Perl itself.