/project--perl-depends

Roughly find out module depends from a perl file

Primary LanguagePerlGNU General Public License v2.0GPL-2.0

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

Roughly find out module depends from a Perl file

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
      https://github.com/jaalto/project--perl-depends

    To report bugs
      See above

    Source code repository
      See above

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

Copyright

    Copyright (C) 2009-2016 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