In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/0450807c0b2ef9ef0c106af1aecf3cee005f5ceb?hp=e5db20f4496f96450ac3f4b5bd7d58613152f568>

- Log -----------------------------------------------------------------
commit 0450807c0b2ef9ef0c106af1aecf3cee005f5ceb
Author: Nicholas Clark <n...@ccl4.org>
Date:   Mon Feb 9 19:15:54 2009 +0000

    Rename ext/Sys/Hostname to ext/Sys-Hostname
-----------------------------------------------------------------------

Summary of changes:
 MANIFEST                                        |    8 ++++----
 ext/{Sys/Hostname => Sys-Hostname}/Hostname.pm  |    0
 ext/{Sys/Hostname => Sys-Hostname}/Hostname.xs  |    0
 ext/{Sys/Hostname => Sys-Hostname}/Makefile.PL  |    0
 ext/{Sys/Hostname => Sys-Hostname}/t/Hostname.t |    0
 5 files changed, 4 insertions(+), 4 deletions(-)
 rename ext/{Sys/Hostname => Sys-Hostname}/Hostname.pm (100%)
 rename ext/{Sys/Hostname => Sys-Hostname}/Hostname.xs (100%)
 rename ext/{Sys/Hostname => Sys-Hostname}/Makefile.PL (100%)
 rename ext/{Sys/Hostname => Sys-Hostname}/t/Hostname.t (100%)

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

--
Perl5 Master Repository

Reply via email to