File-MimeInfo version 0.2
=========================

This module can be used to determine the mime type of a file. It
tries to implement the freedesktop specification for a shared
MIME database.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module expects the freedesktop mime database to be installed,
it can be obtained from :

  http://www.freedesktop.org/software/shared-mime-info/

This module requires these other modules:

  Carp
  Exporter
  File::Spec

They can be obtained from CPAN.

COPYRIGHT AND LICENCE

Copyright (c) 2003 Jaap G Karssenberg. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
