-
-
25 Oct 2009 16:51:03 UTC
- Distribution: Bryar
- Module version: 1.0
- 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::Collector - Determine which documents to show
SYNOPSIS
$self->collect(...); $self->collect_current(...);
DESCRIPTION
This class is called upon to pick out the right number of the relevant blog documents, so that they can be shipped off to the renderer.
METHODS
collect
$self->collect
Return the right number of documents, based on the arguments passed in by the user.
collect_current
$self->collect_current
Return the latest set of documents.
TODO: make this configurable as well, to return X number or all posts X units of time back.
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
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.