File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for Business-cXML
2
2
3
+ v0.6.9 2022-07-26
4
+ Bugfix: work around double UTF-8 encoding issue
5
+
3
6
v0.6.8 2022-07-14
4
7
Enhancement: validate from default DTD for documents missing "DOCTYPE"
5
8
Original file line number Diff line number Diff line change 1
- # Business-cXML v0.6.8
1
+ # Business-cXML v0.6.9
2
2
3
- [](https://travis-ci.org/vphantom/Business-cXML) [](https://coveralls.io/github/vphantom/Business-cXML?branch=v0.6.8 )
3
+ [](https://travis-ci.org/vphantom/Business-cXML) [](https://coveralls.io/github/vphantom/Business-cXML?branch=v0.6.9 )
4
4
5
5
Perl implementation of cXML messaging.
6
6
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ use Scalar::Util 'blessed';
108
108
use Business::cXML::Transmission;
109
109
110
110
BEGIN {
111
- our $VERSION = ' v0.6.8 ' ;
111
+ our $VERSION = ' v0.6.9 ' ;
112
112
our $CXML_VERSION = ' 1.2.036' ;
113
113
our $USERAGENT = " Business::cXML.pm $VERSION " ;
114
114
}
@@ -575,7 +575,7 @@ sub stringify {
575
575
576
576
=head1 VERSION
577
577
578
- 0.6.8 based on cXML DTD 1.2.036
578
+ 0.6.9 based on cXML DTD 1.2.036
579
579
580
580
=head1 AUTHOR
581
581
You can’t perform that action at this time.
0 commit comments