|
NAMEMail::LMLM::Types::Base - the base class for the mailing list types.VERSIONversion 0.6807SYNOPSISExtend the class.METHODSMail::LMLM::Types::MyMailingListType->new(%args)%args keys can be:
get_id()An accessor for the ID.get_description()An accessor for the description.get_homepageAn accessor for the homepage. (may be overrided by derived classes).get_group_baseAn accessor for the group base.get_hostnameAn accessor for the hostname.get_online_archiveAn accessor for the online archive.get_guidelinesAn accessor for the guidelines.render_subscribeRender the subscribe part.render_unsubscribeRender the unsubscribe part.render_postRender the post part.render_ownerRender the owner part.render_noneRender a paragraph saying "None".render_homepageRender the homepage part.render_online_archiveRender the online archive part.$self->render_field($htmler, $desc)Renders the $desc using the rendered.render_descriptionRender the description part.render_guidelinesRender the guidelines part.$type->render_something_with_email_addr($htmler, $begin_msg, $address_method)Render something with the email address.INTERNAL METHODSinitialize()This is a helper for new(). For internal use.parse_args()This is a helper for initialize(). For internal use.SEE ALSOMail::LMLMAUTHORShlomi Fish, <http://www.shlomifish.org/>SUPPORTWebsitesThe following websites have more information about this module, and may be of help to you. As always, in addition to those websites please use your favorite search engine to discover more resources.
Bugs / Feature RequestsPlease report any bugs or feature requests by email to "bug-mail-lmlm at rt.cpan.org", or through the web interface at <https://rt.cpan.org/Public/Bug/Report.html?Queue=Mail-LMLM>. You will be automatically notified of any progress on the request by the system.Source CodeThe code is open to the world, and available for you to hack on. Please feel free to browse it and play with it, or whatever. If you want to contribute patches, please send me a diff or prod me to pull from your repository :)<https://github.com/shlomif/perl-mail-lmlm> git clone git://github.com/shlomif/perl-mail-lmlm.git AUTHORShlomi FishBUGSPlease report any bugs or feature requests on the bugtracker website <https://github.com/shlomif/perl-mail-lmlm/issues>When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature. COPYRIGHT AND LICENSEThis software is Copyright (c) 2020 by Shlomi Fish.This is free software, licensed under: The MIT (X11) License
Visit the GSP FreeBSD Man Page Interface. |