diff --git a/src/maintainer/knowledge_base.rst b/src/maintainer/knowledge_base.rst index 7795f78714..e721dd451e 100644 --- a/src/maintainer/knowledge_base.rst +++ b/src/maintainer/knowledge_base.rst @@ -1524,11 +1524,11 @@ Perl packages Perl has three standard install locations: **core**, **vendor**, and **site**. Here, **core** is used only for the perl itself, **vendor** is used for installing any other conda-forge packages, and **site** is used for the user to install things locally from sources other than conda-forge. -The most commonly used build system for `perl packages `__ is ``ExtUtils::MakeMaker``. For the archetypical packaging of packages of this form, you can have a look at `perl-file-which recipe `__. +The most commonly used build system for `perl packages `__ is ``ExtUtils::MakeMaker``. For typical packaging of packages of this form, you can have a look at `perl-file-which recipe `__. -A few things to note in `perl-file-which recipe `__ are: +A few things to note in the `perl-file-which recipe `__ are: - * The ``name`` is composed of ``perl-`` **+** the lower-cased version of the CPAN name. + * The ``name`` is composed of ``perl-`` **+** the lowercase version of the CPAN name. .. code-block:: @@ -1549,7 +1549,7 @@ A few things to note in `perl-file-which recipe