1[name] 2Non-quoting guesswork disabled 3 4[options] 5guesswork none 6 7[input] 8=head1 GUESSWORK 9 10The hyphens-in-compound-words shouldn't be escaped, but e-mail should be. 11 12Function: foo(), bar::baz(), _private::_stuff() 13 14Manpage: foo(1), Pod::Man(3perl), git-rebase(1) 15 16Variables: $foo, @bar::baz, %Pod::Blah 17 18[output] 19.SH GUESSWORK 20.IX Header "GUESSWORK" 21The hyphens-in-compound-words shouldn't be escaped, but e\-mail should be. 22.PP 23Function: foo(), bar::baz(), _private::_stuff() 24.PP 25Manpage: foo(1), Pod::Man(3perl), git\-rebase(1) 26.PP 27Variables: $foo, @bar::baz, %Pod::Blah 28