Skip to content

Commit e9ae6f5

Browse files
committed
fix grammatical errors
1 parent 85b8f0c commit e9ae6f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/maintainer/knowledge_base.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,7 +1524,7 @@ Perl packages
15241524
15251525
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.
15261526
1527-
The most commonly used build system for `perl packages <https://github.com/conda-forge/perl-file-which-feedstock>`__ is ``ExtUtils::MakeMaker``. For typical packaging of packages of this form, you can have a look at `perl-file-which recipe <https://github.com/conda-forge/perl-file-which-feedstock/blob/main/recipe/meta.yaml>`__.
1527+
The most commonly used build system for `Perl packages <https://github.com/conda-forge/perl-file-which-feedstock>`__ is ``ExtUtils::MakeMaker``. For typical packaging of packages of this form, you can have a look at the `perl-file-which recipe <https://github.com/conda-forge/perl-file-which-feedstock/blob/main/recipe/meta.yaml>`__.
15281528
15291529
A few things to note in the `perl-file-which recipe <https://github.com/conda-forge/perl-file-which-feedstock/blob/main/recipe/meta.yaml>`__ are:
15301530
@@ -1549,7 +1549,7 @@ A few things to note in the `perl-file-which recipe <https://github.com/conda-fo
15491549
run:
15501550
- perl
15511551
1552-
* The test section contains ``imports``, which lists the CPAN module that can be used in perl.
1552+
* The test section contains ``imports``, which lists the CPAN module that can be used in Perl.
15531553
15541554
.. code-block::
15551555

0 commit comments

Comments
 (0)