Skip to content

Commit efc7d9d

Browse files
committed
Update for release
1 parent 83b1699 commit efc7d9d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ my %WriteMakefileArgs = (
1919
"TEST_REQUIRES" => {
2020
"Test" => 0
2121
},
22-
"VERSION" => "1.09",
22+
"VERSION" => "1.10",
2323
"test" => {
2424
"TESTS" => "t/*.t"
2525
}

README

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,11 @@ CONSTRUCTOR
412412
Specify the dtd. The value should be an array reference with three
413413
values; the type, the name and the uri.
414414

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+
415420
IMPORT ARGUMENTS
416421
use XML::Generator ':option';
417422

0 commit comments

Comments
 (0)