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.