Codebase list libtimedate-perl / b0ce88f
Bump version to 2.32 Nicolas R 4 years ago
2 changed file(s) with 5 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 2.32 -- Wed Mar 04 14:41:00 MT 2020
1
2 * Fix t/date.t to run on leap years [arc]
3
04 2.31 -- Thu Jan 16 14:00:00 MT 2020
15
26 * Fix year 2020 bug from t/getdate.t [Prajith]
1414 @ISA = qw(Exporter);
1515 @EXPORT = qw(&strtotime &str2time &strptime);
1616
17 $VERSION = "2.31";
17 $VERSION = "2.32";
1818
1919 my %month = (
2020 january => 0,