in reply to Installing Catalyst::Runtime on Windows

I verified that namespace::clean version 0.13 is installed.

How? cause ppm seems to think it's not, which probably means Perl thinks it's not. What does the following output?

perl -e"use namespace::clean 99"

Replies are listed 'Best First'.
Re^2: Installing Catalyst::Runtime on Windows
by roho (Bishop) on Mar 12, 2010 at 22:32 UTC

    Here's what I get, which is what I expected:

    C:\>perl -e"use namespace::clean 99" namespace::clean version 99 required--this is only version 0.13 at -e +line 1. BEGIN failed--compilation aborted at -e line 1.

    "Its not how hard you work, its how much you get done."

      That's weird.

      I can't install namespace::clean (t/07-debugger.t fails), but it seems you managed to install a number of modules not available via the usual ppm (as far as I know). Why can't you use the same method to install Catalyst-Runtime?