mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-09 12:25:40 -04:00
fixing output to be "saner"
This commit is contained in:
parent
f8f2b90202
commit
248858a223
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ sub {
|
|||
return;
|
||||
}
|
||||
|
||||
print "$url: " . $ua->title();
|
||||
print "$url :is: " . $ua->title();
|
||||
}
|
||||
|
||||
__DATA__
|
||||
|
|
Loading…
Add table
Reference in a new issue