Skip to content

Commit

Permalink
How to get Perl deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Feb 24, 2024
1 parent 7399f3a commit 97dc566
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/development/design/index.mdwn
Expand Up @@ -274,6 +274,11 @@
+ Example: used in the BioPerl CI.
+ Process:
+ Need to have a way to enumerate Perl module dependencies.
+ Enumerating dependencies can be done via different strategies (that need priority):
+ `cpanfile`
+ `META.json`
+ `Makefile.PL`
+ These are part of what CPAN clients can provide.
+ Scenario 2:
+ Goal: test different build options for Alien::Build.
+ Given a Perl Alien project that uses Alien::Build that
Expand Down

0 comments on commit 97dc566

Please sign in to comment.