Questions tagged [dpan]

4 questions
5
votes
2 answers

DPAN to create local CPAN

I want to make a CPAN repository from all curently installed modules. So I used autobundle to get a list of installed modules. I then used BackPAN::Index to download all the distributions into a directory and then ran dpan in it. It chew them for…
jira
  • 3,890
  • 3
  • 22
  • 32
4
votes
4 answers

How do I add custom module distributions to my local CPAN mirror?

I'm getting ready to set up a full CPAN mirror for internal use at my company. However, we have several internal Module::Build based distributions that I'd like to make available to people from this mirror. These distributions should ONLY be…
Robert P
  • 15,707
  • 10
  • 68
  • 112
3
votes
1 answer

dpan does not find Perl module in package root

We use MyCPAN::App::DPAN (Version 1.28) just like in Question: How can I manage Perl module dependencies? This works quite well in general. But we ran into troubles with some specific packages: As expample DBD::Oracle does not have their main *.pm…
Peter A
  • 2,501
  • 1
  • 13
  • 8
0
votes
0 answers

Apple Pay Payment Processing on Server Side

Is it legal and possible to: 1. Get PKPaymentToken in iOS app 2. Send this token to server side 3. Decrypt this PKPaymentToken (ex. based on many available GitHub libraries) 4. I have now: { "applicationExpirationDate": "190131", …
Michał Ziobro
  • 10,759
  • 11
  • 88
  • 143