Hello, I would like to use a complex CPAN module group that is currently under active revision. (Task::Catalyst)
Is there a way to use the cpan shell to install a "local" version of the module for just this application so I don't have to worry about things breaking if the main CPAN library install on the server upgrades this module? (Other modules outside the specified "module group" that are required can be used from the regular Perl install as I am not too worried about those APIs changing... ) >From what I understand, I think that there is a way to make a per-user library area, but this is not quite the per-app application granularity I need. Any ideas? Thanks, David