S
skendric
how do i trouble-shoot this? conceptually, how can one module
(Thread::Running) hammer Perl's ability to poke through the file
system?
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/
perl5/site_perl/5.8.8/load.pm line 256.
guru>
gur
u> cat test
#!/usr/bin/perl
use DateTime;
#use Thread::Running;
$dt = DateTime->now( time_zone => 'local' );
guru> ./test
guru>
guru> pwd
/usr/lib/perl5/site_perl/5.8.8/DateTime/TimeZone/Local
guru> l Unix.pm
-r--r--r-- 1 skendric users 7239 Nov 7 20:32 Unix.pm
guru>
--sk
stuart kendrick
fhcrc
(Thread::Running) hammer Perl's ability to poke through the file
system?
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/
perl5/site_perl/5.8.8/load.pm line 256.
guru>
gur
u> cat test
#!/usr/bin/perl
use DateTime;
#use Thread::Running;
$dt = DateTime->now( time_zone => 'local' );
guru> ./test
guru>
guru> pwd
/usr/lib/perl5/site_perl/5.8.8/DateTime/TimeZone/Local
guru> l Unix.pm
-r--r--r-- 1 skendric users 7239 Nov 7 20:32 Unix.pm
guru>
--sk
stuart kendrick
fhcrc