in reply to GnuPG package for windows

it does not seem to work with windows without needing a 100 other package

Such as? Class::MethodMaker is the only listed pre-requisite.

Replies are listed 'Best First'.
Re^2: GnuPG package for windows
by DrHyde (Prior) on Jul 25, 2008 at 10:54 UTC
    As of last night, there are no CPAN-testers results for the most recent Class:MethodMaker on Win32, and for the previous version there are only failures. So there's the problem. Class::MethodMaker doesn't work on Win32, which means that GnuGP::Interface doesn't either.
        In other words i wont be able to use it with windows?
Re^2: GnuPG package for windows
by bittis (Sexton) on Jul 25, 2008 at 10:13 UTC
    100 was over the top, you are right! :) i am basically getting this error:

    Can't locate auto/GnuPG/Interface/autosplit.ix in @INC (@INC contains: v:/perl/lib v:/perl/site/lib .) at v:/perl/lib/AutoLoader.pm line 160. at GnuPG/Interface.pm line 22

    Any ideas?

      Yes, show your code. Did the test suite pass? Prerequisite test suite?
        I guess this is the part where the fact that i am a newbi becomes obvious! :) The way i installed the package was by taking the perl packages from the lib directory and placing them in the apropriate structure under my working directory (without running any of the test files). Should I have done that? I do not have full access to my windows machine (only IT knows why), is the way i went about this wrong?