in reply to Re^2: Adding user-defined modules under ActiveState
in thread Adding user-defined modules under ActiveState

my problem is not knowing how to make it available without conflicting in some way with PPM

It would be a very rare thing for such a conflict to arise. And you would have to go to quite some trouble to create a conflict that could not be resolved trivially. Is there something in particular about your module that's making you wary in this regard ?

Unless your module overwrites the files that PPM uses internally (all of which reside in your perl installation), I can't see that any such concern is warranted - especially if the module is not going to be installed via PPM, and if there's not even a PPM package for it.

Cheers,
Rob
  • Comment on Re^3: Adding user-defined modules under ActiveState

Replies are listed 'Best First'.
Re^4: Adding user-defined modules under ActiveState
by davies (Monsignor) on Oct 15, 2012 at 08:37 UTC

    Many thanks - that's the answer I was hoping to get! I was in the position of knowing enough to be scared but not enough to be confident, since I didn't know how PPM might react to seeing a module that wasn't in one of its repositories. Not being able to find anything by searching didn't help, either.

    Regards,

    John Davies