This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix typo in RMG
authorKaren Etheridge <ether@cpan.org>
Mon, 16 May 2016 02:18:39 +0000 (19:18 -0700)
committerJames E Keenan <jkeenan@cpan.org>
Mon, 16 May 2016 10:09:52 +0000 (06:09 -0400)
Porting/release_managers_guide.pod

index 3e1e025..0d724e7 100644 (file)
@@ -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.