Pod coverage for Perl modules.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 18 Oct 2009 08:00:28 +0000 (10:00 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 18 Oct 2009 10:34:24 +0000 (12:34 +0200)
commit2517914f0a62b8fd21d827bb1401157eb02e2d00
treec50fc1fa3c8b982adcca990eecc9771ea0018e88
parenta6a7834f03248dc3b1da1d70b40fcaf37967b4ab
Pod coverage for Perl modules.

* lib/Automake/ChannelDefs.pm (parse_warnings): Fix
typo in Pod documentation.
* lib/Automake/Condition.pm: Add a couple of missing `=back'
lines.
(_has): Renamed from ...
(has): ... this, as this is an internal method.
(strip, false, true_when): Adjust callers.
* lib/Automake/Configure_ac.pm: Add Pod `Functions' section with
documentation for find_configure_ac and require_configure_ac.
* lib/Automake/Location.pm: Fix typo in Pod.  Add `Methods'
section, document methods.
* lib/Automake/RuleDef.pm: New `Methods' Pod section.
* lib/Automake/VarDef.pm: Document `raw_value'.
* lib/Automake/Wrap.pm (_tab_length): Rename from ...
(tab_length): ... this, as this is an internal method.
(wrap): Adjust callers.
* lib/Automake/XFile.pm: Reorganize Pod a bit, add `Methods'
section.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
lib/Automake/ChannelDefs.pm
lib/Automake/Condition.pm
lib/Automake/Configure_ac.pm
lib/Automake/Location.pm
lib/Automake/RuleDef.pm
lib/Automake/VarDef.pm
lib/Automake/Wrap.pm
lib/Automake/XFile.pm