|
Babble::Utils - Non-essential Babble extensions and utility methods |
Babble::Utils - Non-essential Babble extensions and utility methods
use Babble::Utils;
my $babble = Babble->new (
-cache => {
-cache_fn => 'cache.db',
-cache_fields => ['id', 'date'],
},
);
... $babble->collect_feeds (); $babble->cache () ...
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.
Babble::Utils provides the following methods:
This is just a wrapper around Babble::Cache, really.
Gergely Nagy, algernon@bonehunter.rulez.org
Bugs should be reported at http://bugs.bonehunter.rulez.org/babble.
Babble, Babble::Cache
|
Babble::Utils - Non-essential Babble extensions and utility methods |