Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/book/bot-basicbot-pluggable-module-corelist

IRC frontend to Module::CoreList
https://github.com/book/bot-basicbot-pluggable-module-corelist

Last synced: 3 months ago
JSON representation

IRC frontend to Module::CoreList

Awesome Lists containing this project

README

        

Bot::BasicBot::Pluggable::Module::CoreList - IRC frontend to Module::CoreList

DESCRIPTION

This module is a frontend to the excellent Module::CoreList module
which will let you know what modules shipped with which versions of perl,
over IRC.

INSTALL

To install this module, run the following commands:

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

Alternatively, to install with ExtUtils::MakeMaker, you can use the following commands:

perl Makefile.PL
make
make test
make install

COPYRIGHT AND LICENCE

Copyright (C) 2006 Philippe 'BooK' Bruhat

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