The command "sudo cpanm DateTime::Calendar::Hebrew"
gave the following output. Fetching http://search.cpan.org/CPAN/authors/id/W/WE/WEINBERG/DateTime-Calendar-Hebrew-0.04.tar.gz ... OK Configuring DateTime-Calendar-Hebrew-0.04 ... OK Building and testing DateTime-Calendar-Hebrew-0.04 ... FAIL ! Installing DateTime::Calendar::Hebrew failed. See /home/bdenckla/.cpanm/build.log for details. build.log is attached, but to my eyes the most suspicious part of it is Can't locate object method "is_floating" via package "floating" (perhaps you forgot to load "floating"?) at /usr/local/lib/perl/5.10.1/DateTime.pm line 549. Line 549 and some following context are as follows. if ( $object->can('time_zone') && !$object->time_zone->is_floating && $rd_secs > 86399 && $rd_secs <= $class->_day_length($rd_days) ) { $leap_seconds = $rd_secs - 86399; $rd_secs -= $leap_seconds; } Thanks for any help you can offer. Ben Denckla Ben Denckla / 10845 Wilkins Ave / Los Angeles CA 90024 / cell 415-710-9673 / home 310-475-6576 / fax 310-424-2966
