File tree 3 files changed +23
-4
lines changed
3 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 1
- 0.2 - Drop unecessary requirement for perl 5.8.8
2
- 0.1 - Initial Revision
1
+ Revision history for DateTime-Format-XSD
2
+
3
+ 0.3 - 2021-04-06
4
+
5
+ [New Maintainer TIMLEGGE]
6
+
7
+ Thanks to Daniel Ruoso for transfering maintaineship to TIMLEGGE. This
8
+ release just repackages the module and dumps the version.
9
+
10
+ - TBD Update Changes and Increment version
11
+ - 97198c5 Remove braces to silence perl critic
12
+ - f68bd32 Update packaging to Dist::Zilla
13
+ - cbf2667 Initial import DateTime::Format::XSD version 0.2
14
+
15
+ 0.2 - 2011-02-07
16
+
17
+ - Drop unecessary requirement for perl 5.8.8
18
+
19
+ 0.1 - 2008-04-30
20
+
21
+ - Initial Revision
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.2 " ,
27
+ " VERSION" => " 0.3 " ,
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.2 ' ;
7
+ our $VERSION = ' 0.3 ' ;
8
8
9
9
sub format_datetime {
10
10
my ($format , $date ) = @_ ;
You can’t perform that action at this time.
0 commit comments