Oeschey, Lars (I/ET-83, extern) wrote: > I need to recompile some scripts, unfortunately my machine is new installed > (Win7 32bit), so I need to get all those modules I used into my current perl > installation. One module I used is Logfile::Rotate, which doesn't show up in > ppm
You don't need to compile anything. Just copy http://cpansearch.perl.org/src/PAULG/Logfile-Rotate-1.04/Rotate.pm to c:/perl/site/lib/Logfile, that would do. For compiling XS-modules, try running "ppm install MinGW" and then use cpan, it should work just fine. -- Serguei Trouchelle _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
