For whatever reason, Class::Trait 0.20 is taking a rather long time to show up on the CPAN. Thus, I've made it available at my Web site.
On the Catalyst mailing list, sri said something about a broken harddisk in the central server. Apparently Sun are going to replace it on Monday.
Re:
Ovid on 2005-11-28T01:52:38
Thanks for the heads up! I was wondering what was going on.
For us Windows folks...
sigzero on 2005-11-28T16:14:46
Is there a PPM repository that has Class::Trait somewhere?Re:For us Windows folks...
Ovid on 2005-11-28T16:27:14
I don't know of one. When I used to work under Windows, I did have a bit of success getting CPAN working. I think the major obstacle to using CPAN (and possibly CPANPLUS) for most folks has been PPM. PPM seems so easy to use that using something else almost seems foreign (if I needed anything compiled I fell back on PPM).
Also, any reasonable program on Windows which can "unzip" a file should be able to open the tarball. Then it's just a simple matter of:
perl Build.PL
perl Build
perl Build test
perl Build install(I've no idea if the
./Build notation works on Windows. It's been too many years since I've really worked with it) Re:For us Windows folks...
sigzero on 2005-11-28T16:47:04
I will try that...