Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neilb/module-used

Release history of Module-Used
https://github.com/neilb/module-used

Last synced: about 2 months ago
JSON representation

Release history of Module-Used

Awesome Lists containing this project

README

        

Module::Used version 1.2.0.

List modules used by a set of Perl code.

INSTALLATION

To install this module, ensure Module::Build is installed, then run the
following commands:

perl Build.PL
./Build
./Build test
./Build install

NOTE ON ENCODINGS

All files in this distribution should be considered to be in UTF-8 format.
Some standard documentation tools do not presently deal very well with this and
their output is mangled. Give that it is the 21st century, this is considered
a bug in those tools and not in this distribution.

COPYRIGHT AND LICENCE

Copyright ©2008, Elliot Shank . All rights reserved.

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