/usr/local/CPAN/EO/EO/Storage.pm



package EO::Storage;
use strict;
use warnings;
use EO;
our $VERSION = 0.96;
our @ISA = qw(EO);

sub load : Abstract;
sub save : Abstract;

1;