parent
08741a9da5
commit
ad8eac608f
|
@ -292,7 +292,7 @@ class PerldocWord(Perldoc):
|
|||
elif ':' in word and '::' not in word:
|
||||
w.application.set_error('invalid word: %r' % word)
|
||||
return
|
||||
return PerlViewPerldoc._execute(self, w, name=word)
|
||||
return Perldoc._execute(self, w, name=word)
|
||||
|
||||
class PerlInitFunctions(Method):
|
||||
'''Jump to a function defined in this module'''
|
||||
|
|
Loading…
Reference in New Issue