Menu

#12 the set function for a map method is too unflexible

normal
open
Net-ICal (57)
5
2012-05-22
2001-02-23
No

for example, in Alarm, we have:
my $t = $args{'trigger'};
unless (ref ($t)) {
$args{'trigger'} = new Net::ICal::Trigger ($t);
}
Which should be handled in the set function instead
(this example is actually a C::MM issue)

Discussion


Log in to post a comment.

MongoDB Logo MongoDB