-
-
25 Oct 2009 16:51:03 UTC
- Distribution: Bryar
- Module version: 1.1
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (9)
- Testers (232 / 296 / 2)
- Kwalitee
Bus factor: 0- 54.78% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (31.26KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Bryar::Comment - Represents a comment on a blog post
SYNOPSIS
$self->new(...); $self->content(); # Get (clean version of) content $self->epoch(); # Get epoch $self->timepiece(); # Get the date as a Time::Piece object $self->author(); # Get author $self->url(); # Get author URL $self->id # ID of blog document this is attached to
DESCRIPTION
This encapsulates a comment on a particular blog posting. Inherits from Bryar::Document for convenience.
METHODS
new
$self->new(%params)
Creates a new Bryar::Comment instance.
content
$self->content(); # Get content
Gets the value of the comment's content
url
$self->url(); # Get url
Gets a URL provided by the author.
LICENSE
This module is free software, and may be distributed under the same terms as Perl itself.
AUTHOR
Copyright (C) 2003, Simon Cozens
simon@kasei.com
some parts Copyright 2007 David Cantrell
david@cantrell.org.uk
SEE ALSO
Module Install Instructions
To install Bryar, copy and paste the appropriate command in to your terminal.
cpanm Bryar
perl -MCPAN -e shell install Bryar
For more information on module installation, please visit the detailed CPAN module installation guide.