Skip to content

Commit 1eb746e

Browse files
committed
Update for new release
1 parent 0e895a0 commit 1eb746e

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

Changes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Revision 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+
310
1.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.

DOM.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ use XML::DOM;
4747

4848
use vars qw( $AUTOLOAD $VERSION );
4949

50-
$VERSION = '0.2';
50+
$VERSION = '0.3';
5151

5252
=head1 CONSTRUCTOR
5353

Generator.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use strict;
44
use Carp;
55
use vars qw/$VERSION $AUTOLOAD/;
66

7-
$VERSION = '1.04';
7+
$VERSION = '1.05';
88

99
=head1 NAME
1010

MANIFEST

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ Makefile.PL
66
t/Generator.t
77
t/DOM.t
88
README
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

0 commit comments

Comments
 (0)