Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
require a whitespace after the :
  • Loading branch information
moritz committed May 26, 2011
1 parent 5cf1ccc commit 6f67aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evalbot.pl
Expand Up @@ -49,7 +49,7 @@ package Evalbot;
use Carp qw(confess);
use Scalar::Util qw(reftype);
my $prefix = '';
my $postfix = ':';
my $postfix = qr/:\s/;

my $home = glob '~';

Expand Down

0 comments on commit 6f67aa4

Please sign in to comment.