mirror of
https://github.com/perlbot/perlbuut
synced 2025-06-07 17:05:43 -04:00
bug in -f
This commit is contained in:
parent
041f74bc24
commit
0ba2b6baec
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue