Bugzilla on XP - Installing dependent Perl Modules

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dineshshank
    New Member
    • Jul 2007
    • 3

    Bugzilla on XP - Installing dependent Perl Modules

    Hello ,

    I have installed Bugzilla in Windows XP .But i am facing problem in getting some PPM modules Template-GD , Email-Reply , PerlMagick , mod_perl. Can any body help me in getting this modules.

    In my Perl Package Manager i dont find the above mentioned Modules. And my PPm version is 4.01 & ActivePerl Version 5.8.8.820. And if i am trying to update as PPM install Email-Reply command i am getting a error ppm install failed :cant find any package that provide Email-Reply.
    Last edited by dineshshank; Jul 23 '07, 10:08 AM. Reason: updation
  • numberwhun
    Recognized Expert Moderator Specialist
    • May 2007
    • 3467

    #2
    What your going to find with PPM, is that some modules will be package with a bunch of other modules under a common title, or even as a bundle. You may have to do some research and see where they might be included in. Unfortunately, as has been noted before, PPM seems to not include an exact mirror of CPAN. I have found it missing modules that I needed and it gets rather frustrating.

    You could always try writing to ActiveState to see if they could include the module, or even tell you if its part of a package (and which one), but I don't know the response time, if you'll even get one.

    Personally, if you are able to, develop on Linux or Unix as you have the entirety of CPAN at your fingertips and aren't limited by what Active State deems as modules that should or should not be included.

    Regards,

    Jeff

    (sorry, my starting rant for the day)

    Comment

    • KevinADC
      Recognized Expert Specialist
      • Jan 2007
      • 4092

      #3
      use MIME::Lite instead of Email::Reply. They appear to be very similar but MIME::Lite is a very commonly used module (and better documented) where as Email::Reply is not.

      Comment

      Working...