The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more

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.