Subject: | Minor error prevents POD from being displayed with perldoc |
There is a minor error in the SemanticDiff.pm file which prevents the
Plain Old Documentation (POD) from being displayed properly.
When I execute 'perldoc XML::SemanticDiff', only the following
two lines are displayed:
XML::SemanticDiff(3) User Contributed Perl Documentation
XML::SemanticDiff(3)
perl v5.8.8 2008-10-03
XML::SemanticDiff(3)
The actual contents of the POD are not displayed.
My perl version is (perl -v):
This is perl, v5.8.8 built for x86_64-linux
My OS is (uname -a):
Linux 2.6.9-67.ELsmp #1 SMP Wed Nov 7 13:56:44 EST 2007 x86_64 x86_64
x86_64 GNU/Linux
I believe a related issue is that the POD is also not available
from the CPAN webpage for this version of this module.
I have made a simple modification to the file which fixes the problem.
The modified SemanticDiff.pm file has been attached.
Subject: | SemanticDiff.pm |
Message body is not shown because it is too large.