README: perl-depends - Roughly find out module depends from a Perl file
-----------------------------------------------------------------------

Find out roughly the modules the program uses. This is based on the
idea, that Perl evaluates the "use" commands at compile time and
stores the loaded module information into the %INC variable. By
examining the loaded modules and comparing them against the standard
Perl modules, the external module dependencies can be roughly
estimated.

The source package directories:

    bin/            The program and system manual page (*.1)
    doc/            Documentation

Important files

    COPYING         GNU GPL v2 or later Licence
    INSTALL         Install instructions
    ChangeLog       Project change records

Project details

    Homepage
      http://freecode.com/projects/perl-depends

    To report bugs
      See freecode page

    Source code repository
      See freecode page

    Depends
      Perl (any version). Uses only standard Perl libraries.

Copyright

    Copyright (C) 2009-2010 Jari Aalto

License

    This program is free software; you can redistribute and/or modify
    program under the terms of GNU General Public license either version 2
    of the License, or (at your option) any later version.

End of file
