Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
Net::OSCAR::Screenname -- OSCAR screenname class
VERSION
version 1.928
DESCRIPTION
This class overrides a few operators to transparently get appropriate behavior for OSCAR screennames. Screennames are case-insensitive and whitespace-insensitive. So, if you do
$a = Net::OSCAR::Screenname->new("Some Dude");
print "Yay!\n" if $a eq "somedude";
will be true.