CC: | lars [...] thegler.dk |
Subject: | SnipURL removed, but still referred to |
You've removed SnipURL from the distribution, but it's still referred to
in 4 places:
--
t/newnames.t
4:use WWW::Shorten qw( SnipURL :short );
9:use WWW::Shorten qw( SnipURL :default );
lib/WWW/Shorten.pm
15: use WWW::Shorten 'SnipURL';
32: use WWW::Shorten 'SnipURL', ':short';
--
/Lars