--- lib/PXElator/CouchDB.pm 2009/08/12 23:59:01 208 +++ lib/PXElator/CouchDB.pm 2009/08/13 00:06:48 209 @@ -99,7 +99,7 @@ my $data = pop @_; my $url = join(' ', @_); - $url =~ s/-\S+//g; + $url =~ s/\s+-\S+//g; # remove command line options $url =~ s/\W+/-/g; my ( $package, $file, $line, $sub ) = caller(1);