Time version 0.01
=====================

This module provides the source code for section 6.5 in the
book Extending and Embedding Perl.

The examples require the typemap file from perl 5.8.0
[if you run the gmtime_as_href and gmtime_as_list example
code]

See Time::Piece by Matt Sergeant for a proper implmentation
of this functionality.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2002 Tim Jenness and Simon Cozens

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself. 

