In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/90946601a1f11f0970ba113ec95ce08c20220813?hp=de97954862ed37d913c4b9a48758aba578a8cf0c>

- Log -----------------------------------------------------------------
commit 90946601a1f11f0970ba113ec95ce08c20220813
Author: Andy Lester <[email protected]>
Date:   Fri Dec 2 21:51:14 2016 -0500

    Move miscategorized files.
    
    The pod/.gitignore file has sections of files that should be ignored.
    Three of the files are in the wrong section, in the
    architecture-specific section instead of the generated-files section.
    This changes no functionality, but may help future maintainers from
    confusion.
    
    For: RT #130194
-----------------------------------------------------------------------

Summary of changes:
 pod/.gitignore | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pod/.gitignore b/pod/.gitignore
index 50e868535e..874cc72f05 100644
--- a/pod/.gitignore
+++ b/pod/.gitignore
@@ -17,7 +17,6 @@
 /perllinux.pod
 /perlmacos.pod
 /perlmacosx.pod
-/perlmodlib.pod
 /perlnetware.pod
 /perlopenbsd.pod
 /perlos2.pod
@@ -29,10 +28,8 @@
 /perlsolaris.pod
 /perlsymbian.pod
 /perlsynology.pod
-/perltoc.pod
 /perltru64.pod
 /perltw.pod
-/perluniprops.pod
 /perlvms.pod
 /perlvos.pod
 /perlwin32.pod
@@ -56,6 +53,9 @@
 /perl5258delta.pod
 /perlapi.pod
 /perlintern.pod
+/perlmodlib.pod
+/perltoc.pod
+/perluniprops.pod
 *.html
 *.man
 /perlfunc/

--
Perl5 Master Repository

Reply via email to