removed no longer necessary _collection
nickmohoric.dev 14 years ago 1fb402af 35f25493
··· 34 34 return; 35 35 } 36 36 37 37 - sub _collection { 38 38 - my ($self) = @_; 39 39 - return $self->db->get_collection( $self->namespace() ); 40 40 - } 41 41 - 42 37 sub fetch { 43 38 my ( $self, $key ) = @_; 44 39 $key =