Datahub-Factory

 view release on metacpan or  search on metacpan

lib/Datahub/Factory/Exporter/Datahub.pm  view on Meta::CPAN

        password      => $self->oauth_password
    );
    return $store;
}

sub add {
    my ($self, $item) = @_;
    $self->out->bag->add($item);
}

sub update {
    my ($self, $id, $item) = @_;
    $self->out->bag->update($id, $item);
}

1;
__END__

=encoding utf-8

=head1 NAME

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.957 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )