mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 16:45:40 -04:00
fixing output to be "saner"
This commit is contained in:
parent
a570ad9486
commit
f6091166bd
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