diff --git a/lib/Algorithm/ContextVector.pm b/lib/Algorithm/ContextVector.pm index 5ea911f..49fc3c2 100644 --- a/lib/Algorithm/ContextVector.pm +++ b/lib/Algorithm/ContextVector.pm @@ -65,7 +65,7 @@ Save the $self to $filename using Storable. sub save_to_file { my $self = shift; my ($file) = @_; - store($self, $file); + nstore($self, $file); } sub _add_hashrefs {