• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H25-Jul-2008-2415

t/H25-Jul-2008-334279

ChangesH A D25-Jul-2008399 119

MANIFESTH A D25-Jul-2008173 109

META.ymlH A D25-Jul-2008294 119

Makefile.PLH A D14-Aug-1998107 74

READMEH A D25-Jul-20081,006 3221

Units.pmH A D25-Jul-200827.9 KiB1,015651

README

1
2This is Math::Units 1.3, the second official release of a powerful
3unit conversion system written completely in Perl.  This module
4has been tested fairly well using the GNU units program as a
5baseline.  Although unit conversion is conceptually simple, there
6are lots of places where bugs can hide.  THIS SOFTWARE DOES NOT HAVE
7A WARRANTY!  If you use this software, please verify that the units
8you are converting are correctly handled.  If you find a bug in
9either the code or the conversion tables, please send them to me
10as soon as possible and I will publish a correction immediately.
11
12For more information, read the documentation found in Units.pm.
13
14To build this module, cd to the directory that contains this README
15file and type the following:
16
17	perl Makefile.PL
18	make
19
20Please run the tests after you build the module:
21
22	make test
23
24If everything passes, install the module:
25
26	make install
27
28Any questions or comments?  Please send them to <fox@vulpes.com>.
29
30- Ken
31  6:21 pm Friday, August 14, 1998
32