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: about 1 year 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 (over 16 years ago)
- Default Branch: master
- Last Pushed: 2022-07-05T09:39:58.000Z (about 4 years ago)
- Last Synced: 2025-03-30T17:51:13.497Z (over 1 year ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/Bot-BasicBot-Pluggable-Module-CoreList
- Size: 135 KB
- Stars: 4
- Watchers: 2
- 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 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.