[Pdx-pm] Weird @INC trouble and Kwiki-0.38 on Win32

Kris Bosland krisb at ring.org
Wed May 18 13:51:43 PDT 2005


	Thanks for the tip Jeff.  I have installed some modules with PPM,
but since these seem to be bleeding edge and have some problems, I wanted
to hold off so I did some manual unpack and a manual include path.

For example, one module had something like:

Package foo;

my sub bar {
}

sub baz {
  my $self = shift;
  $self->$bar();
}

which I think is the same as saying

my $bar = sub {
}

but I don't even know what version of perl that is.

-Kris


On Wed, 18 May 2005, Jeff Zucker wrote:

> Jeff Zucker wrote:
>
> > you just need a copy of
> >nmake.exe (google for it, it's free). Once you have that you can install
> >with make, make test, make install
> >
> >
> er, that would be perl Makefile.PL, nmake, nmake test, nmake install.
>
> --
> Jeff
>
>
>
> !DSPAM:428ba4fe45405772018157!
>
>



More information about the Pdx-pm-list mailing list