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

View file

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