From: Nicholas Clark Date: Mon, 9 Feb 2009 19:15:54 +0000 (+0000) Subject: Rename ext/Sys/Hostname to ext/Sys-Hostname X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0450807c0b2ef9ef0c106af1aecf3cee005f5ceb;p=p5sagit%2Fp5-mst-13.2.git Rename ext/Sys/Hostname to ext/Sys-Hostname --- diff --git a/MANIFEST b/MANIFEST index a93dba3..fb1b40b 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1108,10 +1108,10 @@ ext/Storable/t/tied.t See if Storable works ext/Storable/t/utf8hash.t See if Storable works ext/Storable/t/utf8.t See if Storable works ext/Storable/t/weak.t Can Storable store weakrefs -ext/Sys/Hostname/Hostname.pm Sys::Hostname extension Perl module -ext/Sys/Hostname/Hostname.xs Sys::Hostname extension external subroutines -ext/Sys/Hostname/Makefile.PL Sys::Hostname extension makefile writer -ext/Sys/Hostname/t/Hostname.t See if Sys::Hostname works +ext/Sys-Hostname/Hostname.pm Sys::Hostname extension Perl module +ext/Sys-Hostname/Hostname.xs Sys::Hostname extension external subroutines +ext/Sys-Hostname/Makefile.PL Sys::Hostname extension makefile writer +ext/Sys-Hostname/t/Hostname.t See if Sys::Hostname works ext/Sys-Syslog/Changes Changlog for Sys::Syslog ext/Sys-Syslog/fallback/const-c.inc Sys::Syslog constants fallback file ext/Sys-Syslog/fallback/const-xs.inc Sys::Syslog constants fallback file diff --git a/ext/Sys/Hostname/Hostname.pm b/ext/Sys-Hostname/Hostname.pm similarity index 100% rename from ext/Sys/Hostname/Hostname.pm rename to ext/Sys-Hostname/Hostname.pm diff --git a/ext/Sys/Hostname/Hostname.xs b/ext/Sys-Hostname/Hostname.xs similarity index 100% rename from ext/Sys/Hostname/Hostname.xs rename to ext/Sys-Hostname/Hostname.xs diff --git a/ext/Sys/Hostname/Makefile.PL b/ext/Sys-Hostname/Makefile.PL similarity index 100% rename from ext/Sys/Hostname/Makefile.PL rename to ext/Sys-Hostname/Makefile.PL diff --git a/ext/Sys/Hostname/t/Hostname.t b/ext/Sys-Hostname/t/Hostname.t similarity index 100% rename from ext/Sys/Hostname/t/Hostname.t rename to ext/Sys-Hostname/t/Hostname.t