Re: Why can't Apache::Reload work 100% transparently?

2001-07-31 Thread Stas Bekman
On Tue, 31 Jul 2001, Philip Mak wrote: > On Tue, 31 Jul 2001, Kyle Oppenheim wrote: > > > Apache::Reload works by performing a stat on every file in %INC and calling > > require for all the files that changed. It's quite possible that some of > > the files in %INC are using relative paths (often

Why can't Apache::Reload work 100% transparently?

2001-07-31 Thread Philip Mak
On Tue, 31 Jul 2001, Kyle Oppenheim wrote: > Apache::Reload works by performing a stat on every file in %INC and calling > require for all the files that changed. It's quite possible that some of > the files in %INC are using relative paths (often '.' is in @INC). So, Perl > was able to load th