1
0
Fork 0
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:
Ryan Voots 2011-02-05 21:26:09 -05:00
parent f8f2b90202
commit 248858a223

View file

@ -24,7 +24,7 @@ sub {
return;
}
print "$url: " . $ua->title();
print "$url :is: " . $ua->title();
}
__DATA__