Refactored Sector:: out from under Engine:: and into its own area
[dbsrgits/DBM-Deep.git] / lib / DBM / Deep / Sector / File / Null.pm
similarity index 93%
rename from lib/DBM/Deep/Engine/Sector/Null.pm
rename to lib/DBM/Deep/Sector/File/Null.pm
index c755bc8..22632b1 100644 (file)
@@ -1,11 +1,11 @@
-package DBM::Deep::Engine::Sector::Null;
+package DBM::Deep::Sector::File::Null;
 
 use 5.006_000;
 
 use strict;
 use warnings FATAL => 'all';
 
-use base qw( DBM::Deep::Engine::Sector::Data );
+use base qw( DBM::Deep::Sector::File::Data );
 
 my $STALE_SIZE = 2;