Octavian, Assuming you are using ActiveState Perl, it is quite strange that you don't have a working Tie::RefHash since it is part of the basic Perl install. I'm not totally sure, but I think it is even part of the core-modules.
Sometimes, due to botched installs and such, your copy of the Perl module tree gets corrupted. I had it some while ago too, getting lots of strange error messages during CPAN / CPANPLUS installs and the modules not compiling anymore in my mingw-environment (and no, the error messages were not helpful at all). I re-installed the latest ActiveState for Windows, did a ppm install of Catalyst::Runtime to get a basic Catalyst system up-and-running and then added the necessary additional modules and plugins through CPAN or CPANPLUS or ppm as necessary. It took me a few hours but it all went fine. Having the mingw environment available and adding the "Randy Kobes" ppm repository was a big help, if not, absolutely necessary. Oh yes, I also had to upgrade nmake.exe to a more recent version as the "old" nmake choked on the length of the arguments Catalyst needs when installing. Karl Message: 3 Date: Tue, 2 Jan 2007 22:40:39 +0200 From: "Octavian Rasnita" <[EMAIL PROTECTED]> Subject: Re: [Catalyst] creating a model To: "The elegant MVC web framework" <[email protected]> Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" Oh yes, I was that who said that I have finally "solved" the problem, by in= stalling Tie::RefHash by force, however I am not sure I won't have problems= in the future because of this. Installing by force, just created 2 files: lib/Tie/RefHash.pm and: lib/auto/Tie/RefHash/.packlist I don't know, but I think it should also create another files than these 2. Octavian ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This message and any attachments are confidential. If you have received this message in error please delete it from your system. If you require any assistance please notify the sender. Thank You. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
