From 4a63050eb2a5463ed196c8676ab35aabf1e7fb12 Mon Sep 17 00:00:00 2001 From: Zakariyya Mughal Date: Sat, 17 Feb 2024 20:10:27 -0500 Subject: [PATCH] Format --- doc/development/design/index.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/development/design/index.mdwn b/doc/development/design/index.mdwn index 53f470b..0f9546b 100644 --- a/doc/development/design/index.mdwn +++ b/doc/development/design/index.mdwn @@ -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.