summaryrefslogtreecommitdiff
path: root/Porting/release_managers_guide.pod
diff options
context:
space:
mode:
authorKaren Etheridge <ether@cpan.org>2016-05-15 19:18:39 -0700
committerJames E Keenan <jkeenan@cpan.org>2016-05-16 06:09:52 -0400
commit0f5c5828d46288412e1703ea0844560c69734fec (patch)
treeeabb6b2dcdb70dd430bcfa829dfef6ab737bbcc8 /Porting/release_managers_guide.pod
parentbfea06111a748a3087983fe3342c57695202d016 (diff)
downloadperl-0f5c5828d46288412e1703ea0844560c69734fec.tar.gz
fix typo in RMG
Diffstat (limited to 'Porting/release_managers_guide.pod')
-rw-r--r--Porting/release_managers_guide.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/release_managers_guide.pod b/Porting/release_managers_guide.pod
index 3e1e025dec..0d724e7df5 100644
--- a/Porting/release_managers_guide.pod
+++ b/Porting/release_managers_guide.pod
@@ -278,7 +278,7 @@ into the repository anyway.
=item *
For any new files in the distro, determine whether they are needed.
-If not, delete them, and list them in either C<EXCLUDED> or C<@INGORE>.
+If not, delete them, and list them in either C<EXCLUDED> or C<@IGNORABLE>.
Otherwise, add them to C<MANIFEST>, and run C<git add> to add the files
to the repository.