From: Peter Rabbitson Date: Sun, 9 Dec 2012 19:03:57 +0000 (+0100) Subject: Properly tag our XML namespace URI - it is not a real link X-Git-Tag: v0.011017~29 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=97d0d7788d2b9058b29fbe264f06e3979529c0c4;hp=9fc1e74a5c8038aaa75ef6f624061815c126ec01;p=dbsrgits%2FSQL-Translator.git Properly tag our XML namespace URI - it is not a real link RT#81838 --- diff --git a/Changes b/Changes index 3a4e1c4..f707018 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ + +* De-linkify XML namespace in docs (RT#81838) + # ---------------------------------------------------------- # 0.11016 2012-10-09 # ---------------------------------------------------------- diff --git a/lib/SQL/Translator/Parser/XML/SQLFairy.pm b/lib/SQL/Translator/Parser/XML/SQLFairy.pm index 91d5904..5cc37d1 100644 --- a/lib/SQL/Translator/Parser/XML/SQLFairy.pm +++ b/lib/SQL/Translator/Parser/XML/SQLFairy.pm @@ -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). The XML must be in the namespace -"http://sqlfairy.sourceforge.net/sqlfairy.xml." +project (L). The XML must be in the XML namespace +C. See L for details of this format. You do not need to specify every attribute of the Schema objects as any missing