From eb8fa8f79fd3e7cecc2b76656bd6910943db67fd Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 31 Jan 2011 21:05:12 -0800 Subject: [PATCH] no parent yet, use base instead. --- lib/WebGUI/ICal.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/ICal.pm b/lib/WebGUI/ICal.pm index a7331d555..76d5e93d8 100644 --- a/lib/WebGUI/ICal.pm +++ b/lib/WebGUI/ICal.pm @@ -28,7 +28,7 @@ This package wraps Data::ICal so the PRODUCT_ID parameter in the generated iCal use WebGUI; -use parent qw/Data::ICal/; +use base 'Data::ICal'; =head2 product_id