NAME

Catmandu::Importer::ArXiv - Package that imports arXiv data.

SYNOPSIS

use Catmandu::Importer::ArXiv;

my %attrs = (
  query => 'all:electron'
);

my $importer = Catmandu::Importer::ArXiv->new(%attrs);

my $n = $importer->each(sub {
  my $hashref = $_[0];
  # ...
});

SEE ALSO

Catmandu::Iterable