I assume DateTime works okay if you don't use Thread::Running? Could there be a perl version problem? Is 5.8.8 the version of /usr/bin/perl? I've ha dissues with multiple perl versions installed, and cpan packages only installed in one/some of the versions.
-karl skend...@fhcrc.org(skend...@fhcrc.org)@2008.12.31 09:32:49 -0800: > how do i trouble-shoot this? conceptually, what is Thread::Running > doing to hammer DateTime's 'now' method? > > > guru> cat test > #!/usr/bin/perl > use DateTime; > use Thread::Running; > my $dt = DateTime->now( time_zone => 'local' ); > > guru> ./test > Could not find file for 'DateTime::TimeZone::Local::Unix' at /usr/lib/ > perl > 5/site_perl/5.8.8/load.pm line 256. > guru> > > --sk >