/usr/local/CPAN/Pixie/Pixie/LockStrat/Null.pm


package Pixie::LockStrat::Null;

use strict;

use base 'Pixie::LockStrat';

1;