The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

DESCRIPTION

A map/reduce map phase for Data::Riak::Fast. See Data::Riak::Fast::MapReduce::Phase::Reduce for attribute information.

SYNOPSIS

  my $mp = Data::Riak::Fast::MapReduce::Phase::Map->new(
    language => "javascript", # The default
    source => "function(v) { return [ v ] }",
    keep => 1 # The default
  );