diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-02-09 13:32:21 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-02-09 14:05:12 +0000 |
commit | 005c4f26b05bb957d61a7c74992db713735adc98 (patch) | |
tree | 477f8fb0a18573f043af8b499f87835c74420f3b | |
parent | 12fc04c96e084fc3d1f066acd95f1b212e9bc1e3 (diff) | |
download | perl-005c4f26b05bb957d61a7c74992db713735adc98.tar.gz |
Rename ext/File/Glob to ext/File-Glob
-rw-r--r-- | MANIFEST | 22 | ||||
-rw-r--r-- | README.cygwin | 2 | ||||
-rw-r--r-- | ext/.gitignore | 1 | ||||
-rw-r--r-- | ext/File-Glob/.gitignore (renamed from ext/File/Glob/.gitignore) | 0 | ||||
-rw-r--r-- | ext/File-Glob/Changes (renamed from ext/File/Glob/Changes) | 0 | ||||
-rw-r--r-- | ext/File-Glob/Glob.pm (renamed from ext/File/Glob/Glob.pm) | 0 | ||||
-rw-r--r-- | ext/File-Glob/Glob.xs (renamed from ext/File/Glob/Glob.xs) | 0 | ||||
-rw-r--r-- | ext/File-Glob/Makefile.PL (renamed from ext/File/Glob/Makefile.PL) | 0 | ||||
-rw-r--r-- | ext/File-Glob/TODO (renamed from ext/File/Glob/TODO) | 0 | ||||
-rw-r--r-- | ext/File-Glob/bsd_glob.c (renamed from ext/File/Glob/bsd_glob.c) | 0 | ||||
-rw-r--r-- | ext/File-Glob/bsd_glob.h (renamed from ext/File/Glob/bsd_glob.h) | 0 | ||||
-rwxr-xr-x | ext/File-Glob/t/basic.t (renamed from ext/File/Glob/t/basic.t) | 0 | ||||
-rwxr-xr-x | ext/File-Glob/t/case.t (renamed from ext/File/Glob/t/case.t) | 0 | ||||
-rwxr-xr-x | ext/File-Glob/t/global.t (renamed from ext/File/Glob/t/global.t) | 0 | ||||
-rwxr-xr-x | ext/File-Glob/t/taint.t (renamed from ext/File/Glob/t/taint.t) | 0 | ||||
-rw-r--r-- | ext/File/.gitignore | 1 |
16 files changed, 13 insertions, 13 deletions
@@ -659,17 +659,17 @@ ext/Fcntl/Makefile.PL Fcntl extension makefile writer ext/Fcntl/t/fcntl.t See if Fcntl works ext/Fcntl/t/mode.t See if S_ISREG() and S_ISDIR() work ext/Fcntl/t/syslfs.t See if large files work for sysio -ext/File/Glob/bsd_glob.c File::Glob extension run time code -ext/File/Glob/bsd_glob.h File::Glob extension header file -ext/File/Glob/Changes File::Glob extension changelog -ext/File/Glob/Glob.pm File::Glob extension module -ext/File/Glob/Glob.xs File::Glob extension external subroutines -ext/File/Glob/Makefile.PL File::Glob extension makefile writer -ext/File/Glob/t/basic.t See if File::Glob works -ext/File/Glob/t/case.t See if File::Glob works -ext/File/Glob/t/global.t See if File::Glob works -ext/File/Glob/TODO File::Glob extension todo list -ext/File/Glob/t/taint.t See if File::Glob works +ext/File-Glob/bsd_glob.c File::Glob extension run time code +ext/File-Glob/bsd_glob.h File::Glob extension header file +ext/File-Glob/Changes File::Glob extension changelog +ext/File-Glob/Glob.pm File::Glob extension module +ext/File-Glob/Glob.xs File::Glob extension external subroutines +ext/File-Glob/Makefile.PL File::Glob extension makefile writer +ext/File-Glob/t/basic.t See if File::Glob works +ext/File-Glob/t/case.t See if File::Glob works +ext/File-Glob/t/global.t See if File::Glob works +ext/File-Glob/TODO File::Glob extension todo list +ext/File-Glob/t/taint.t See if File::Glob works ext/Filter/Util/Call/Call.pm Filter::Util::Call extension module ext/Filter/Util/Call/Call.xs Filter::Util::Call extension external subroutines ext/Filter/Util/Call/Makefile.PL Filter::Util::Call extension makefile writer diff --git a/README.cygwin b/README.cygwin index c5bcf38b83..b53e99af58 100644 --- a/README.cygwin +++ b/README.cygwin @@ -721,7 +721,7 @@ be kept as clean as possible. ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t ext/DynaLoader/t/DynaLoader.t - ext/File/Glob/t/basic.t + ext/File-Glob/t/basic.t ext/GDBM_File/t/gdbm.t ext/POSIX/t/sysconf.t ext/POSIX/t/time.t diff --git a/ext/.gitignore b/ext/.gitignore index 0910ea6144..bc9afbc355 100644 --- a/ext/.gitignore +++ b/ext/.gitignore @@ -7,3 +7,4 @@ Makefile ppport.h !/Devel-PPPort/module2.c !/Devel-PPPort/module3.c +!/File-Glob/bsd_glob.c diff --git a/ext/File/Glob/.gitignore b/ext/File-Glob/.gitignore index 2a06e93b55..2a06e93b55 100644 --- a/ext/File/Glob/.gitignore +++ b/ext/File-Glob/.gitignore diff --git a/ext/File/Glob/Changes b/ext/File-Glob/Changes index f46ec704e9..f46ec704e9 100644 --- a/ext/File/Glob/Changes +++ b/ext/File-Glob/Changes diff --git a/ext/File/Glob/Glob.pm b/ext/File-Glob/Glob.pm index 15d4adb6bb..15d4adb6bb 100644 --- a/ext/File/Glob/Glob.pm +++ b/ext/File-Glob/Glob.pm diff --git a/ext/File/Glob/Glob.xs b/ext/File-Glob/Glob.xs index 3a526fbf03..3a526fbf03 100644 --- a/ext/File/Glob/Glob.xs +++ b/ext/File-Glob/Glob.xs diff --git a/ext/File/Glob/Makefile.PL b/ext/File-Glob/Makefile.PL index 0d4267a25b..0d4267a25b 100644 --- a/ext/File/Glob/Makefile.PL +++ b/ext/File-Glob/Makefile.PL diff --git a/ext/File/Glob/TODO b/ext/File-Glob/TODO index ef2547fa41..ef2547fa41 100644 --- a/ext/File/Glob/TODO +++ b/ext/File-Glob/TODO diff --git a/ext/File/Glob/bsd_glob.c b/ext/File-Glob/bsd_glob.c index c6fce1e205..c6fce1e205 100644 --- a/ext/File/Glob/bsd_glob.c +++ b/ext/File-Glob/bsd_glob.c diff --git a/ext/File/Glob/bsd_glob.h b/ext/File-Glob/bsd_glob.h index af92c04ea2..af92c04ea2 100644 --- a/ext/File/Glob/bsd_glob.h +++ b/ext/File-Glob/bsd_glob.h diff --git a/ext/File/Glob/t/basic.t b/ext/File-Glob/t/basic.t index b9d46b1142..b9d46b1142 100755 --- a/ext/File/Glob/t/basic.t +++ b/ext/File-Glob/t/basic.t diff --git a/ext/File/Glob/t/case.t b/ext/File-Glob/t/case.t index 87f3b9f694..87f3b9f694 100755 --- a/ext/File/Glob/t/case.t +++ b/ext/File-Glob/t/case.t diff --git a/ext/File/Glob/t/global.t b/ext/File-Glob/t/global.t index c0abbc5ea5..c0abbc5ea5 100755 --- a/ext/File/Glob/t/global.t +++ b/ext/File-Glob/t/global.t diff --git a/ext/File/Glob/t/taint.t b/ext/File-Glob/t/taint.t index 4c0990358d..4c0990358d 100755 --- a/ext/File/Glob/t/taint.t +++ b/ext/File-Glob/t/taint.t diff --git a/ext/File/.gitignore b/ext/File/.gitignore deleted file mode 100644 index ce36536470..0000000000 --- a/ext/File/.gitignore +++ /dev/null @@ -1 +0,0 @@ -!/Glob/bsd_glob.c |