Properly tag our XML namespace URI - it is not a real link
Peter Rabbitson [Sun, 9 Dec 2012 19:03:57 +0000 (20:03 +0100)]
RT#81838

Changes
lib/SQL/Translator/Parser/XML/SQLFairy.pm

diff --git a/Changes b/Changes
index 3a4e1c4..f707018 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+
+* De-linkify XML namespace in docs (RT#81838)
+
 # ----------------------------------------------------------
 # 0.11016 2012-10-09
 # ----------------------------------------------------------
index 91d5904..5cc37d1 100644 (file)
@@ -21,8 +21,8 @@ SQL::Translator::Parser::XML::SQLFairy - parser for SQL::Translator's XML.
 =head1 DESCRIPTION
 
 This parser handles the flavor of XML used natively by the SQLFairy
-project (L<SQL::Translator>).  The XML must be in the namespace
-"http://sqlfairy.sourceforge.net/sqlfairy.xml."
+project (L<SQL::Translator>).  The XML must be in the XML namespace
+C<http://sqlfairy.sourceforge.net/sqlfairy.xml>.
 See L<SQL::Translator::Producer::XML::SQLFairy> for details of this format.
 
 You do not need to specify every attribute of the Schema objects as any missing