p5-xml-feed-deduper

XMLDeduped is feed deduper

OTHER License

Stars
5
Committers
3

NAME

XML::Feed::Deduper - remove duplicated entries from feed

SYNOPSIS

use XML::Feed;
use XML::Feed::Deduper;
my $feed = XML::Feed->parse($content);
my $deduper = XML::Feed::Deduper->new(
    path => '/tmp/foo.db',
);
for my $entry ($deduper->dedup($feed->entries)) {
    # only new entries come here!
}

DESCRIPTION

XML::Feed::Deduper is deduper for XML::Feed.

You can write the aggregator more easily :)

The concept is stolen from Plagger::Rule::Deduper.

Enjoy!

CAUTION

This module is still in its beta quality.

your base are belongs to us!

AUTHOR

Tokuhiro Matsuno [email protected]

SEE ALSO

Plagger::Rule::Deduper

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Package Rankings
Top 7.17% on Metacpan.org