There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

Catmandu::Droppable - Optional role for droppable stores or bags

SYNOPSIS

# delete a store
$store->drop;
# delete a single bag
$store->bag('sessions')->drop;

METHODS

drop

Drop the store or bag.