Skip to content

Commit 40093ae

Browse files
committed
0.05 depend on List::MoreUtils
1 parent c4fab0a commit 40093ae

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Changes

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
Revision history for Net-CardDAVTalk
22

3+
0.05 Wed Feb 15 16:51 2017
4+
- depend on List::MoreUtils, it's not always an included battery
5+
36
0.04 Wed Feb 15 10:31 2017
47
- added ACL support from FastMail
58

Makefile.PL

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ WriteMakefile(
1919
},
2020
PREREQ_PM => {
2121
'List::Pairwise' => '1.00',
22+
'List::MoreUtils' => '0.01',
2223
'XML::Spice' => '0.04',
2324
'Net::DAVTalk' => '0.08',
2425
'Text::VCardFast' => '0.07',

lib/Net/CardDAVTalk.pm

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ Net::CardDAVTalk - A library for talking to CardDAV servers
2222
2323
=head1 VERSION
2424
25-
Version 0.04
25+
Version 0.05
2626
2727
=cut
2828

29-
our $VERSION = '0.04';
29+
our $VERSION = '0.05';
3030

3131

3232
=head1 SYNOPSIS

0 commit comments

Comments
 (0)