/usr/share/doc/vile-common/perl/Vile::Manual.doc is in vile-common 9.8s-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | NAME
manual - construct manual page from embedded pod documentation
SYNOPSIS
In a vile extension module:
use Vile::Manual;
%REGISTRY = (
...
'vile-command-help' => [ sub {&manual},
'manual page for vile-command'] );
DESCRIPTION
The Vile::Manual package provides a mechanism for extracting and
displaying as a manual page (in the editor) the pod documentation
embedded along with a vile extension.
BUGS
Does not do any sort of highlighting.
NOTES
I'm not convinced that this is the best mechanism for displaying man
pages for the perl extensions.
AUTHOR
Kevin Buettner
|