File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
lib/SQL/Translator/Parser/XML Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+
2
+ * De-linkify XML namespace in docs (RT#81838)
3
+
1
4
# ----------------------------------------------------------
2
5
# 0.11016 2012-10-09
3
6
# ----------------------------------------------------------
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ SQL::Translator::Parser::XML::SQLFairy - parser for SQL::Translator's XML.
21
21
=head1 DESCRIPTION
22
22
23
23
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 > .
26
26
See L<SQL::Translator::Producer::XML::SQLFairy> for details of this format.
27
27
28
28
You do not need to specify every attribute of the Schema objects as any missing
You can’t perform that action at this time.
0 commit comments