The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Yote::Util::Blog

DESCRIPTION

The blog holds onto blog posts.

PUBLIC METHODS

post( hash )

Makes a post given the key value pairs containing content and subject. Sets the created time.

remove_post( post )

Removes the given post from the blog if the account is root or the owner of the post.

LICENSE AND COPYRIGHT

Copyright (C) 2011 Eric Wolf

This module is free software; it can be used under the same terms as perl itself.