Skip to content

Commit 5c77d35

Browse files
committed
Update Changes and Increment version
1 parent 97198c5 commit 5c77d35

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

Changes

+21-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
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

Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ my %WriteMakefileArgs = (
2424
"TEST_REQUIRES" => {
2525
"Test::More" => 0
2626
},
27-
"VERSION" => "0.2",
27+
"VERSION" => "0.3",
2828
"test" => {
2929
"TESTS" => "t/*.t"
3030
}

lib/DateTime/Format/XSD.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package DateTime::Format::XSD;
44
use strict;
55
use warnings;
66
use base qw(DateTime::Format::ISO8601);
7-
our $VERSION = '0.2';
7+
our $VERSION = '0.3';
88

99
sub format_datetime {
1010
my ($format, $date) = @_;

0 commit comments

Comments
 (0)