Now binary returns a true value

master
Torsten Raudssus 2012-04-13 04:41:18 +02:00
parent d0db22624d
commit 3742f4bea8
1 changed files with 2 additions and 0 deletions

View File

@ -20,3 +20,5 @@ handle remainder => sub {
return bin($1) if /^(.*)\s+(in|to)$/;
return;
}
1;