Rename ext/File/Glob to ext/File-Glob
Nicholas Clark [Mon, 9 Feb 2009 13:32:21 +0000 (13:32 +0000)]
16 files changed:
MANIFEST
README.cygwin
ext/.gitignore
ext/File-Glob/.gitignore [moved from ext/File/Glob/.gitignore with 100% similarity]
ext/File-Glob/Changes [moved from ext/File/Glob/Changes with 100% similarity]
ext/File-Glob/Glob.pm [moved from ext/File/Glob/Glob.pm with 100% similarity]
ext/File-Glob/Glob.xs [moved from ext/File/Glob/Glob.xs with 100% similarity]
ext/File-Glob/Makefile.PL [moved from ext/File/Glob/Makefile.PL with 100% similarity]
ext/File-Glob/TODO [moved from ext/File/Glob/TODO with 100% similarity]
ext/File-Glob/bsd_glob.c [moved from ext/File/Glob/bsd_glob.c with 100% similarity]
ext/File-Glob/bsd_glob.h [moved from ext/File/Glob/bsd_glob.h with 100% similarity]
ext/File-Glob/t/basic.t [moved from ext/File/Glob/t/basic.t with 100% similarity]
ext/File-Glob/t/case.t [moved from ext/File/Glob/t/case.t with 100% similarity]
ext/File-Glob/t/global.t [moved from ext/File/Glob/t/global.t with 100% similarity]
ext/File-Glob/t/taint.t [moved from ext/File/Glob/t/taint.t with 100% similarity]
ext/File/.gitignore [deleted file]

index fa34211..45dab2d 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -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
index c5bcf38..b53e99a 100644 (file)
@@ -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
index 0910ea6..bc9afbc 100644 (file)
@@ -7,3 +7,4 @@ Makefile
 ppport.h
 !/Devel-PPPort/module2.c
 !/Devel-PPPort/module3.c
+!/File-Glob/bsd_glob.c
similarity index 100%
rename from ext/File/Glob/Changes
rename to ext/File-Glob/Changes
similarity index 100%
rename from ext/File/Glob/Glob.pm
rename to ext/File-Glob/Glob.pm
similarity index 100%
rename from ext/File/Glob/Glob.xs
rename to ext/File-Glob/Glob.xs
similarity index 100%
rename from ext/File/Glob/TODO
rename to ext/File-Glob/TODO
diff --git a/ext/File/.gitignore b/ext/File/.gitignore
deleted file mode 100644 (file)
index ce36536..0000000
+++ /dev/null
@@ -1 +0,0 @@
-!/Glob/bsd_glob.c