--- trunk/t/01-frey-storage.t 2008/07/16 23:21:19 153 +++ trunk/t/01-frey-storage.t 2008/11/26 07:57:12 532 @@ -7,7 +7,7 @@ use Data::Dump qw/dump/; -my $debug = 1 if @ARGV; +my $debug = @ARGV ? 1 : 0; BEGIN { use_ok('Frey::Storage'); @@ -28,7 +28,7 @@ diag $o->dump(2) if $debug; my $data = { foo => 'bar' }; -my $path = 'var/test.Frey.Storeage'; +my $path = 'var/test.Frey.Storeage.yaml'; ok( $o->store( $path, $data ), 'store' );