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
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
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
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
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
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
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 -
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
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
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
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
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
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
13 matches
Mail list logo