Used version 0.01
=================

Used.pm - A simple method of listing all the C<use Module::Name> dependancies of
a script including those used indirectly from within modules used by your script.

It also lists the versions of each module (if available).

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

None.

COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2003 BrowserUk

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

