--- trunk/t/20-frey-web-crud.t 2008/07/14 21:45:59 123 +++ trunk/t/20-frey-web-crud.t 2008/11/26 07:57:12 532 @@ -2,7 +2,7 @@ use strict; use warnings; -my $debug = shift @ARGV; +my $debug = @ARGV ? 1 : 0; use Test::More tests => 21; use lib 'lib';