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

Babble::Utils -- Non-essential Babble extensions and utility methods

SYNOPSIS

use Babble::Utils;

my $babble = Babble->new (-limit_max => 20);

...
$babble->collect_feeds ();
$babble->force_limits ()
...

DESCRIPTION

Babble::Utils provides non-essential extensions to a Babble object. All methods herein fall under the Babble namespace, and are available with every Babble instance one makes, when this module is in use.

METHODS

Babble::Utils provides the following methods:

    force_limits()

    Enforce prespecified limits. That is, when one created a babble with a -limit_max argument set to a non-zero value, only that many items will be displayed in the resulting output, all others are deleted.

AUTHOR

Gergely Nagy, algernon@bonehunter.rulez.org

Bugs should be reported at http://bugs.bonehunter.rulez.org/babble.

SEE ALSO

Babble, Babble::Processors

1 POD Error

The following errors were encountered while parsing the POD:

Around line 51:

You can't have =items (as at line 57) unless the first thing after the =over is an =item