NAME
Storage::Abstract::Driver::Null - Driver which does nothing
SYNOPSIS
my
$storage
= Storage::Abstract->new(
driver
=>
'null'
,
);
DESCRIPTION
This driver does nothing. It will silently skip storing any files, and will never return is_stored
as true for any path.