in reply to Need to install DBIx::Recordset under Windows

use CPANPLUS instead. Read A guide to installing modules, get nmake( if thats what `perl -V:make' reports), and install the module manually.

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.

  • Comment on Re: Need to install DBIx::Recordset under Windows

Replies are listed 'Best First'.
Re: Re: Need to install DBIx::Recordset under Windows
by Heidegger (Hermit) on Apr 02, 2004 at 14:18 UTC
    So I should drop the idea of installing DBIx::Recordset.pm just by copying it to the perl/site/lib dir?
      If it's pure-perl, sure (not reccomended). Seeing how the module is a standard CPAN distribution, you should install it like one (How do I install a module from CPAN?).

      MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
      I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
      ** The third rule of perl club is a statement of fact: pod is sexy.