Author: hmbrand
Date: Thu Jul  7 00:24:14 2011
New Revision: 14900

Modified:
   dbi/branches/sqlengine/DBI.pm

Log:
RT#67630: L</NAME> will link to the =head1 NAME

That will cause a wrong link. We'd mean to link to the =head3 NAME just above
As it *is* just above, better not link at all

Signed-off-by: H.Merijn Brand (Tux) <[email protected]>

Modified: dbi/branches/sqlengine/DBI.pm
==============================================================================
--- dbi/branches/sqlengine/DBI.pm       (original)
+++ dbi/branches/sqlengine/DBI.pm       Thu Jul  7 00:24:14 2011
@@ -6781,13 +6781,13 @@
 
 Type: array-ref, read-only
 
-Like L</NAME> but always returns lowercase names.
+Like C</NAME> but always returns lowercase names.
 
 =head3 C<NAME_uc>
 
 Type: array-ref, read-only
 
-Like L</NAME> but always returns uppercase names.
+Like C</NAME> but always returns uppercase names.
 
 =head3 C<NAME_hash>
 

Reply via email to