http://www.perlmonks.org?node_id=984854


in reply to Perl and Windows 7

I think all the anecdotal evidence that Perl works just fine on Windows 7 is failing to really answer the question until someone takes the time to comment on the specific stack / toolchain the OP mentioned:

If you don't get anyone with specific experience installing Catalyst and DBD::mysql on Win7, send me a reminder /msg, and I'll reboot one of my systems to Win7 and do some test installs for you. It's obviously easier for me if someone else has already worked with those modules on Win7, but if not, after I get your /msg I'll go ahead and put them through their paces after which I'll follow-up here.


Dave

Replies are listed 'Best First'.
Re^2: Perl and Windows 7
by davido (Cardinal) on Aug 02, 2012 at 03:24 UTC

    Following-up to my previous post...

    I booted to Windows 7 Home Premium. 64-bit Strawberry Perl v5.14. It's a pretty clean slate because I mostly use it with VisualStudio 2010. The rest of the time the system lives booted to Ubuntu Linux, so Windows stays pretty much pristine. I had already installed Strawberry Perl in the past, but practically no non-core modules.

    • cpan App::cpanminus: No problem. All the rest were installed with cpanm.
    • DBD::mysql: Had to install MySQL server first. Then it installed without a hitch.
    • DBD::sqlite: No problem.
    • DBIx::Class: No problem.
    • Dancer and Mojolicious: No problem.
    • Catalyst: No problem.
    • Moose: Pulled in by Catalyst... no problem.
    • DBI, DBIx::Connector: No problem.

    By "No problem", I mean they passed their test suites and installed cleanly with cpanminus. Those modules' test suites are probably extensive enough to give you confidence that you'll be able to actually use the modules as they're intended to be used.

    I think that covers your list. Let me know if there are others that you are concerned about. Most of this is also covered by the CPAN testers reports, but DBD::mysql and Catalyst seem to not be adequately represented on the Windows platforms by those reports.


    Dave