Skip to content

Commit

Permalink
use nstore for machine independant storage
Browse files Browse the repository at this point in the history
  • Loading branch information
ant0ine committed Feb 24, 2013
1 parent 4386a54 commit 2099446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Algorithm/ContextVector.pm
Expand Up @@ -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 {
Expand Down

0 comments on commit 2099446

Please sign in to comment.