https://github.com/book/www-mailman
Interact with Mailman's web interface from a Perl program
https://github.com/book/www-mailman
Last synced: 6 months ago
JSON representation
Interact with Mailman's web interface from a Perl program
- Host: GitHub
- URL: https://github.com/book/www-mailman
- Owner: book
- Created: 2010-03-23T00:31:29.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2020-06-02T08:48:50.000Z (about 6 years ago)
- Last Synced: 2025-02-13T06:41:18.932Z (over 1 year ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/WWW-Mailman/
- Size: 75.2 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
WWW-Mailman
-----------
WWW::Mailman is a module to control Mailman (as a subscriber, moderator or
administrator) without the need of a web browser.
The module handles authentication transparently and can take advantage
of stored cookies to speed it up.
It is meant as a building block for your own Mailman-managing scripts,
and will include more routines in the future.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
Alternatively, to install with Module::Build, you can use the following
commands:
perl Build.PL
./Build
./Build test
./Build install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc WWW::Mailman
You can also look for information at:
RT, CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=WWW-Mailman
AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/WWW-Mailman
CPAN Ratings
http://cpanratings.perl.org/d/WWW-Mailman
Search CPAN
http://search.cpan.org/dist/WWW-Mailman
COPYRIGHT
Copyright (C) 2010 Philippe Bruhat (BooK)
LICENCE
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.