Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/book/bot-basicbot-pluggable-module-corelist
- Owner: book
- Created: 2010-03-07T08:54:02.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T09:39:58.000Z (over 2 years ago)
- Last Synced: 2024-10-03T12:37:01.620Z (4 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/Bot-BasicBot-Pluggable-Module-CoreList
- Size: 135 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README
- Changelog: Changes
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 installAlternatively, to install with ExtUtils::MakeMaker, you can use the following commands:
perl Makefile.PL
make
make test
make installCOPYRIGHT 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.