e921e33590
A Data::ICal object represents a "VCALENDAR" object as defined in the iCalendar protocol (RFC 2445, MIME type "text/calendar"), as implemented in many popular calendaring programs such as Apple's iCal.
11 lines
343 B
Plaintext
11 lines
343 B
Plaintext
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2010/04/02 13:34:39 giovanni Exp $
|
|
--- Makefile.PL.orig Thu Jan 21 18:29:52 2010
|
|
+++ Makefile.PL Thu Jan 21 18:29:59 2010
|
|
@@ -13,6 +13,5 @@ requires('Class::Accessor');
|
|
requires('Text::vFile::asData');
|
|
requires('MIME::QuotedPrint');
|
|
requires('Class::ReturnValue');
|
|
-auto_install();
|
|
sign();
|
|
WriteAll;
|