Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/book/bot-basicbot-pluggable-module-assemble
IRC frontend to Regexp::Assemble
https://github.com/book/bot-basicbot-pluggable-module-assemble
Last synced: about 1 month ago
JSON representation
IRC frontend to Regexp::Assemble
- Host: GitHub
- URL: https://github.com/book/bot-basicbot-pluggable-module-assemble
- Owner: book
- Created: 2010-03-06T08:01:24.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2013-04-30T09:09:15.000Z (over 11 years ago)
- Last Synced: 2024-10-03T12:37:02.599Z (4 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/Bot-BasicBot-Pluggable-Module-Assemble
- Size: 113 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
Bot::BasicBot::Pluggable::Module::Assemble - IRC frontend to Regexp::Assemble
DESCRIPTION
This module is a frontend to the excellent C module
which will let you get optimised regular expressions while chatting
over IRC.< you> bot: assemble ab+c ab+- a\w\d+ a\d+
< bot> a(?:\w?\d+|b+[-c])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.