File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for DateTime-Format-XSD
2
2
3
+ 0.4 - 2021-04-18
4
+
5
+ [Release Official Version]
6
+
7
+ - TBD Update Changes and Increment version
8
+
3
9
0.3 - 2021-04-06
4
10
5
11
[New Maintainer TIMLEGGE]
6
12
7
13
Thanks to Daniel Ruoso for transfering maintaineship to TIMLEGGE. This
8
14
release just repackages the module and dumps the version.
9
15
10
- - TBD Update Changes and Increment version
16
+ - 5c77d35 Update Changes and Increment version
11
17
- 97198c5 Remove braces to silence perl critic
12
18
- f68bd32 Update packaging to Dist::Zilla
13
19
- cbf2667 Initial import DateTime::Format::XSD version 0.2
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ my %WriteMakefileArgs = (
24
24
" TEST_REQUIRES" => {
25
25
" Test::More" => 0
26
26
},
27
- " VERSION" => " 0.3 " ,
27
+ " VERSION" => " 0.4 " ,
28
28
" test" => {
29
29
" TESTS" => " t/*.t"
30
30
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ package DateTime::Format::XSD;
4
4
use strict;
5
5
use warnings;
6
6
use base qw( DateTime::Format::ISO8601) ;
7
- our $VERSION = ' 0.3 ' ;
7
+ our $VERSION = ' 0.4 ' ;
8
8
9
9
sub format_datetime {
10
10
my ($format , $date ) = @_ ;
You can’t perform that action at this time.
0 commit comments