NAME

Test::MethodFixtures::Storage::File - Simple file storage for method mocking with Test::MethodFixtures

SYNOPSIS

my $storage = Test::MethodFixtures::Storage::File->new(
    {   dir => 't/.methodfixtures'    # default
    }
);

DESCRIPTION

Subclass of Test::MethodFixtures::Storage. Implements store, retrieve and is_stored methods.