1
0
Fork 0
mirror of https://github.com/perlbot/perlbuut synced 2025-06-07 17:05:43 -04:00

bug in -f

This commit is contained in:
Ryan Voots 2010-04-05 14:37:20 -04:00
parent 041f74bc24
commit 0ba2b6baec

View file

@ -24,7 +24,7 @@ sub {
$func = "-X" if ($func eq "-x"); #only case where it isn't lowercase, its easier to test at this point
$url = "http://perldoc.perl.org/functions/".$1.".html"
$url = "http://perldoc.perl.org/functions/".$func.".html"
}
elsif ($said->{body} =~ /-m\s+(.*)\s*$/i) # got a module!
{#http://search.cpan.org/search?query=foo%3ABar&mode=all