Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
zmughal committed Feb 25, 2024
1 parent 1dbdc1b commit 4a63050
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/development/design/index.mdwn
Expand Up @@ -285,9 +285,9 @@
+ `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
is used to provide a library bar.so and headers bar.h.
+ Goal: test different build options for `Alien::Build`.
+ Given a Perl Alien project that uses `Alien::Build` that
is used to provide a library `bar.so` and headers `bar.h`.
+ Alternative 1.1: On Debian, Alien install type "system" needs `pkg:deb/debian/libbar-dev` to work.
+ Alternative 1.2: On macOS, Alien install type "system" needs `pkg:brew/formula/bar` to work.
+ Alternative 1.3: Alien install type "share" only needs compiler. This is tested on multiple OSes.
Expand Down

0 comments on commit 4a63050

Please sign in to comment.