Subject: | Reference in docs to superseded method |
David A Golden has written me about references in the documentation to a sub generate_pm_file(). This sub existed in earlier version, but has either been renamed or had its functionality transferred elsewhere in v0.43, so the documentation is misleading.
In the next version, I will correct the documentation in the following places:
./lib/ExtUtils/ModuleMaker/StandardText.pm:99: Usage : $self->print_file($filename, $filetext) within generate_pm_file()
./lib/ExtUtils/ModuleMaker/StandardText.pm:556: Usage : $self->text_pm_file($module) within generate_pm_file()
./lib/ExtUtils/ModuleMaker/Utility.pm:178: Usage : _get_dir_and_file($module) within generate_pm_file()
Jim Keenan