Subject: | Small bug in XML::Writer |
Date: | Mon, 14 Oct 2013 11:04:34 +0100 |
To: | bug-XML-Writer [...] rt.cpan.org |
From: | Carlos Rosão <shemahmforash [...] gmail.com> |
Good morning.
I'm using XML::Writer and I think I've detected a small bug in the
method doctype of XML::Writer.
When this method receives a publicId as parameter, it is mandatory that it
receives also a systemId, although it doesn't allow one to pass an empty
string as a systemId.
I need to pass an empty string, because I'm creating a xml of the form:
https://developers.google.com/search-appliance/documentation/614/feedsguide#webfeedexample
I'm guessing the module should support this kind of situation.
If the code of the module was in github (or other service like that) I
would change the code and sent you a pull request.
Best regards,
Carlos Rosão