diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-12 20:44:53 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-13 08:26:05 +0100 |
commit | 09a90ea7ecb1cbdb87ab854c4ad6cf6da6c6e053 (patch) | |
tree | 763112a8c528b14960a5ce8d50bce0cb7f6e3b4d /ext/.gitignore | |
parent | 9ddff1485169a2ddf8548bfc8dce819bad389a50 (diff) | |
download | perl-09a90ea7ecb1cbdb87ab854c4ad6cf6da6c6e053.tar.gz |
Move Pod::Simple from lib to ext.
In the process, unpack the "packed" files. These were the last files uunecoded,
so now uupacktool.pl is obsolete, and can be retired.
Diffstat (limited to 'ext/.gitignore')
-rw-r--r-- | ext/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/.gitignore b/ext/.gitignore index 9a06c98fe5..1f51711b4f 100644 --- a/ext/.gitignore +++ b/ext/.gitignore @@ -74,6 +74,7 @@ ppport.h /PerlIO-scalar/Makefile.PL /PerlIO-via/Makefile.PL /Pod-Plainer/Makefile.PL +/Pod-Simple/Makefile.PL /SelfLoader/Makefile.PL /Shell/Makefile.PL /Switch/Makefile.PL |