Skip to content

Commit b2febed

Browse files
committed
v0.39 - Makefile - add Params::Validate
1 parent e74fadb commit b2febed

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

Changes

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Changes for DateTime::Set
22

3+
0.3900 2016-10-09
4+
- require Params::Validate
5+
36
0.3800 2016-05-23
47
- doc patch, by Lucas Kanashiro.
58

Makefile.PL

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ WriteMakefile( NAME => 'DateTime::Set',
4545
PREREQ_PM => { 'DateTime' => 0.12,
4646
'Set::Infinite' => 0.59,
4747
'Test::More' => 0,
48+
'Params::Validate' => 0,
4849
},
4950
PL_FILES => { }, # ignore Build.PL
5051
META_MERGE => { 'meta-spec' => { version => 2 },

lib/DateTime/Set.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use constant INFINITY => 100 ** 100 ** 100 ;
1515
use constant NEG_INFINITY => -1 * (100 ** 100 ** 100);
1616

1717
BEGIN {
18-
$VERSION = '0.3800';
18+
$VERSION = '0.3900';
1919
}
2020

2121

0 commit comments

Comments
 (0)