File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for Net-CardDAVTalk
2
2
3
+ 0.05 Wed Feb 15 16:51 2017
4
+ - depend on List::MoreUtils, it's not always an included battery
5
+
3
6
0.04 Wed Feb 15 10:31 2017
4
7
- added ACL support from FastMail
5
8
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ WriteMakefile(
19
19
},
20
20
PREREQ_PM => {
21
21
' List::Pairwise' => ' 1.00' ,
22
+ ' List::MoreUtils' => ' 0.01' ,
22
23
' XML::Spice' => ' 0.04' ,
23
24
' Net::DAVTalk' => ' 0.08' ,
24
25
' Text::VCardFast' => ' 0.07' ,
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ Net::CardDAVTalk - A library for talking to CardDAV servers
22
22
23
23
=head1 VERSION
24
24
25
- Version 0.04
25
+ Version 0.05
26
26
27
27
=cut
28
28
29
- our $VERSION = ' 0.04 ' ;
29
+ our $VERSION = ' 0.05 ' ;
30
30
31
31
32
32
=head1 SYNOPSIS
You can’t perform that action at this time.
0 commit comments