Skip to content

Commit 97d0d77

Browse files
committed
Properly tag our XML namespace URI - it is not a real link
RT#81838
1 parent 9fc1e74 commit 97d0d77

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2+
* De-linkify XML namespace in docs (RT#81838)
3+
14
# ----------------------------------------------------------
25
# 0.11016 2012-10-09
36
# ----------------------------------------------------------

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ SQL::Translator::Parser::XML::SQLFairy - parser for SQL::Translator's XML.
2121
=head1 DESCRIPTION
2222
2323
This parser handles the flavor of XML used natively by the SQLFairy
24-
project (L<SQL::Translator>). The XML must be in the namespace
25-
"http://sqlfairy.sourceforge.net/sqlfairy.xml."
24+
project (L<SQL::Translator>). The XML must be in the XML namespace
25+
C<http://sqlfairy.sourceforge.net/sqlfairy.xml>.
2626
See L<SQL::Translator::Producer::XML::SQLFairy> for details of this format.
2727
2828
You do not need to specify every attribute of the Schema objects as any missing

0 commit comments

Comments
 (0)