Catmandu-RKD
view release on metacpan or search on metacpan
lib/Catmandu/Store/RKD/Bag.pm view on Meta::CPAN
222324252627282930313233343536373839404142
return
$sr
->results;
}
sub
add {
my
(
$self
,
$data
) =
@_
;
Catmandu::NotImplemented->throw(
message
=>
'Adding item to store not supported.'
);
}
sub
update {
my
(
$self
,
$id
,
$data
) =
@_
;
Catmandu::NotImplemented->throw(
message
=>
'Updating item in store not supported.'
);
}
sub
delete
{
my
(
$self
,
$id
) =
@_
;
Catmandu::NotImplemented->throw(
message
=>
'Deleting item from store not supported.'
( run in 2.867 seconds using v1.01-cache-2.11-cpan-94b05bcf43c )