We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83b1699 commit efc7d9dCopy full SHA for efc7d9d
Makefile.PL
@@ -19,7 +19,7 @@ my %WriteMakefileArgs = (
19
"TEST_REQUIRES" => {
20
"Test" => 0
21
},
22
- "VERSION" => "1.09",
+ "VERSION" => "1.10",
23
"test" => {
24
"TESTS" => "t/*.t"
25
}
README
@@ -412,6 +412,11 @@ CONSTRUCTOR
412
Specify the dtd. The value should be an array reference with three
413
values; the type, the name and the uri.
414
415
+ xml
416
+ This is an hash ref value that should contain the version, encoding and
417
+ dtd values (same as above). This is used in case "conformance" is set to
418
+ "loose", but you still want to use the xml declaration or prolog.
419
+
420
IMPORT ARGUMENTS
421
use XML::Generator ':option';
422
0 commit comments