From: Nicholas Clark Date: Mon, 9 Feb 2009 13:32:21 +0000 (+0000) Subject: Rename ext/File/Glob to ext/File-Glob X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=005c4f26b05bb957d61a7c74992db713735adc98;p=p5sagit%2Fp5-mst-13.2.git Rename ext/File/Glob to ext/File-Glob --- diff --git a/MANIFEST b/MANIFEST index fa34211..45dab2d 100644 --- 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 diff --git a/README.cygwin b/README.cygwin index c5bcf38..b53e99a 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 0910ea6..bc9afbc 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 similarity index 100% rename from ext/File/Glob/.gitignore rename to ext/File-Glob/.gitignore diff --git a/ext/File/Glob/Changes b/ext/File-Glob/Changes similarity index 100% rename from ext/File/Glob/Changes rename to ext/File-Glob/Changes diff --git a/ext/File/Glob/Glob.pm b/ext/File-Glob/Glob.pm similarity index 100% rename from ext/File/Glob/Glob.pm rename to ext/File-Glob/Glob.pm diff --git a/ext/File/Glob/Glob.xs b/ext/File-Glob/Glob.xs similarity index 100% rename from ext/File/Glob/Glob.xs rename to ext/File-Glob/Glob.xs diff --git a/ext/File/Glob/Makefile.PL b/ext/File-Glob/Makefile.PL similarity index 100% rename from ext/File/Glob/Makefile.PL rename to ext/File-Glob/Makefile.PL diff --git a/ext/File/Glob/TODO b/ext/File-Glob/TODO similarity index 100% rename from ext/File/Glob/TODO rename to ext/File-Glob/TODO diff --git a/ext/File/Glob/bsd_glob.c b/ext/File-Glob/bsd_glob.c similarity index 100% rename from ext/File/Glob/bsd_glob.c rename to ext/File-Glob/bsd_glob.c diff --git a/ext/File/Glob/bsd_glob.h b/ext/File-Glob/bsd_glob.h similarity index 100% rename from ext/File/Glob/bsd_glob.h rename to ext/File-Glob/bsd_glob.h diff --git a/ext/File/Glob/t/basic.t b/ext/File-Glob/t/basic.t similarity index 100% rename from ext/File/Glob/t/basic.t rename to ext/File-Glob/t/basic.t diff --git a/ext/File/Glob/t/case.t b/ext/File-Glob/t/case.t similarity index 100% rename from ext/File/Glob/t/case.t rename to ext/File-Glob/t/case.t diff --git a/ext/File/Glob/t/global.t b/ext/File-Glob/t/global.t similarity index 100% rename from ext/File/Glob/t/global.t rename to ext/File-Glob/t/global.t diff --git a/ext/File/Glob/t/taint.t b/ext/File-Glob/t/taint.t similarity index 100% rename from ext/File/Glob/t/taint.t rename to ext/File-Glob/t/taint.t diff --git a/ext/File/.gitignore b/ext/File/.gitignore deleted file mode 100644 index ce36536..0000000 --- a/ext/File/.gitignore +++ /dev/null @@ -1 +0,0 @@ -!/Glob/bsd_glob.c