Re: [mp2 bug fix] Placeholder modules

2004-12-30 Thread Stas Bekman
Randy W. Sims wrote: Stas Bekman wrote: [...] A much simpler workaround is to autogenerate a single file which lists the package name and version for autogenerated packages. e.g.: DummyFile.pm package Foo; $VERSION = 0.01; package Bar; $VERSION = 0.01; ... 1; and include that in the

Re: Assumption of guilt

2004-12-30 Thread Stas Bekman
Adam Kennedy wrote: But I'm starting to go on and on again. Stas has said he will be responding shortly, once he has dealt with some bugs. We can wait for him before continuing. I've read your emails, Adam. Please read my summary, all the problems that you discuss and your proposed solutions (wh

Re: Assumption of guilt

2004-12-30 Thread Stas Bekman
Stas Bekman wrote: But I'm starting to go on and on again. Stas has said he will be responding shortly, once he has dealt with some bugs. We can wait for him before continuing. Sorry, I've dealt with the bugs, but the summary of the conflict that I work on is not an easy task, I really want to

Re: [mp2 bug fix] Placeholder modules

2004-12-30 Thread Stas Bekman
Adam Kennedy wrote: Other conversations aside, here's a fix for another issue you were having. Another thread earlier mentioned you were having problem getting the indexer to see modules, and that you might need need to use placeholder modules or something. This is indeed what you need to do. Fo

[mp2 bug fix] Placeholder modules

2004-12-30 Thread Adam Kennedy
Other conversations aside, here's a fix for another issue you were having. Another thread earlier mentioned you were having problem getting the indexer to see modules, and that you might need need to use placeholder modules or something. This is indeed what you need to do. For very heavily C-bas

Re: Assumption of guilt

2004-12-30 Thread Stas Bekman
But I'm starting to go on and on again. Stas has said he will be responding shortly, once he has dealt with some bugs. We can wait for him before continuing. Sorry, I've dealt with the bugs, but the summary of the conflict that I work on is not an easy task, I really want to finish it today and

Re: [mp2] speeding up perl Makefile.PL

2004-12-30 Thread Stas Bekman
Randy, that was a really useful fix. Now perl Makefile.PL flies much faster, speeding up my development time. Thank you! -- __ Stas BekmanJAm_pH --> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide -

Re: Assumption of guilt

2004-12-30 Thread Adam Kennedy
Look, there are already a few packages on CPAN that apparently run well on either architecture, and we won't be asking those people to maintain (and interface with) multiple packages that are otherwise functionally identical. But they don't HAVE to maintain multiple packages. If _their_ API stay

Re: [mp2 bug] Perl*Env issues

2004-12-30 Thread Stas Bekman
I have finally figured it out. One needed to sync top-level dcfg too. Now PerlSetEnv Foo Bar and $ENV{Foo} = "Bar"; are really interchangable for the *server* level config. So perl sees what PerlSetEnv (or PerlPassEnv) set and vice versa. On the way I've found a few more problems and resolved

Re: Assumption of guilt

2004-12-30 Thread Joe Schaefer
Adam Kennedy <[EMAIL PROTECTED]> writes: > I see that everyone still considers the problem of mod_perl 2.0 > integration into the rest of perl an issue that is still > unresolved. It would appear that for many of my questions you don't > yet have answers. I think people will take your questions

Re: [Module::Build] Re: ModPerl::MB

2004-12-30 Thread Ken Williams
On Dec 29, 2004, at 10:20 PM, David Wheeler wrote: I think, looking at the code, that all you need to do is override the find_pm_files method like this: sub find_pm_files { my $files = shift->SUPER::find_pm_files; for my $file (keys %$files) { $files{$file} = File::Spec->c

Re: Assumption of guilt

2004-12-30 Thread Adam Kennedy
BTW I apologize if some of my (mild) dyslexia is creeping in here, I'm much better at coding than I am at writing large and detailed documents. Adam Adam Kennedy wrote: Having read back a lot now I just thought I'd try to clear up a few problems regarding the PAUSE issue. Randal was fairly untac

Assumption of guilt

2004-12-30 Thread Adam Kennedy
Having read back a lot now I just thought I'd try to clear up a few problems regarding the PAUSE issue. Randal was fairly untactful earlier. I'll try to lay out some background information on the core problem, as much for myself as for anyone on this list. I see that everyone still considers th