42496f13d6
This module understands the ICal date/time and duration formats, as defined in RFC 2445. It can be used to parse these formats in order to create the appropriate objects.
12 lines
496 B
Plaintext
12 lines
496 B
Plaintext
$OpenBSD: patch-Build_PL,v 1.1.1.1 2010/04/12 17:26:26 giovanni Exp $
|
|
--- Build.PL.orig Mon Apr 12 19:22:10 2010
|
|
+++ Build.PL Mon Apr 12 19:21:53 2010
|
|
@@ -5,6 +5,7 @@ Module::Build->new
|
|
author => 'Dave Rolsky <autarch@urth.org>',
|
|
license => 'perl',
|
|
|
|
+ create_packlist => 0,
|
|
requires => { 'DateTime' => 0.17,
|
|
'DateTime::Event::ICal' => 0.03,
|
|
'DateTime::Set' => 0.10, # really want DT::Span in same distro
|