Author: dagolden Date: Tue Mar 16 18:39:45 2010 New Revision: 13867 Modified: Module-Build/trunk/Changes Module-Build/trunk/lib/Module/Build/API.pod
Log: small POD formatting fix Modified: Module-Build/trunk/Changes ============================================================================== --- Module-Build/trunk/Changes (original) +++ Module-Build/trunk/Changes Tue Mar 16 18:39:45 2010 @@ -15,6 +15,8 @@ - Support anonymous array of directories for c_source [Alberto Simões] + - Small POD formatting fix [James Keenan] + 0.3603 - Mon Jan 18 22:28:59 EST 2010 (Oops, I released the last one before I realized this should have been Modified: Module-Build/trunk/lib/Module/Build/API.pod ============================================================================== --- Module-Build/trunk/lib/Module/Build/API.pod (original) +++ Module-Build/trunk/lib/Module/Build/API.pod Tue Mar 16 18:39:45 2010 @@ -1841,7 +1841,7 @@ If you would like to add other useful metadata, C<Module::Build> supports this with the C<meta_add> and C<meta_merge> arguments to -L</new>. The authoritative list of supported metadata can be found at +L</new()>. The authoritative list of supported metadata can be found at L<http://module-build.sourceforge.net/META-spec-current.html>, but for convenience - here are a few of the more useful ones:
