File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11Revision history for Perl extension XML::Generator.
22
3+ 1.05 Wed Feb 16 22:00:00 2022
4+
5+ - 0e895a0 Add github action
6+ - f636f4b Fix RT 77323: escape all characters outside the normal ASCII range
7+ - 423c2cf Fix RT issue 80273
8+ - 8ef1c52 Fixes RT 70986 and provides test
9+
3101.04 Fri Jul 15 08:35:00 2011
411 - Added the filter_invalid_chars option, which is turned on by default
512 under strict mode.
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ use XML::DOM;
4747
4848use vars qw( $AUTOLOAD $VERSION ) ;
4949
50- $VERSION = ' 0.2 ' ;
50+ $VERSION = ' 0.3 ' ;
5151
5252=head1 CONSTRUCTOR
5353
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use strict;
44use Carp;
55use vars qw/ $VERSION $AUTOLOAD/ ;
66
7- $VERSION = ' 1.04 ' ;
7+ $VERSION = ' 1.05 ' ;
88
99=head1 NAME
1010
Original file line number Diff line number Diff line change @@ -6,4 +6,6 @@ Makefile.PL
66t/Generator.t
77t/DOM.t
88README
9- META.yml Module meta-data (added by MakeMaker)
9+ META.yml Module meta-data (added by MakeMaker)
10+ t/Issue-70986.t
11+ t/Issue-80273.t
You can’t perform that action at this time.
0 commit comments