This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move POSIX.pm to lib/POSIX.pm to fix autosplitter problem
authorJerry D. Hedden <jdhedden@cpan.org>
Tue, 17 Aug 2010 17:17:11 +0000 (13:17 -0400)
committerRafael Garcia-Suarez <rgs@consttype.org>
Tue, 17 Aug 2010 20:47:24 +0000 (22:47 +0200)
MANIFEST
ext/POSIX/Makefile.PL
ext/POSIX/lib/POSIX.pm [moved from ext/POSIX/POSIX.pm with 100% similarity]
ext/POSIX/lib/POSIX.pod [moved from ext/POSIX/POSIX.pod with 100% similarity]

index 3036d73..faf8974 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -3183,9 +3183,9 @@ ext/POSIX/hints/openbsd.pl        Hint for POSIX for named architecture
 ext/POSIX/hints/sunos_4.pl     Hint for POSIX for named architecture
 ext/POSIX/hints/svr4.pl                Hint for POSIX for named architecture
 ext/POSIX/hints/uts.pl         Hint for POSIX for named architecture
+ext/POSIX/lib/POSIX.pm         POSIX extension Perl module
+ext/POSIX/lib/POSIX.pod                POSIX extension documentation
 ext/POSIX/Makefile.PL          POSIX extension makefile writer
-ext/POSIX/POSIX.pm             POSIX extension Perl module
-ext/POSIX/POSIX.pod            POSIX extension documentation
 ext/POSIX/POSIX.xs             POSIX extension external subroutines
 ext/POSIX/t/is.t               See if POSIX isxxx() work
 ext/POSIX/t/math.t             Basic math tests for POSIX
index 292882c..07c3841 100644 (file)
@@ -18,7 +18,8 @@ WriteMakefile(
     NAME       => 'POSIX',
     @libs,
     XSPROTOARG => '-noprototypes',     # XXX remove later?
-    VERSION_FROM => 'POSIX.pm',
+    VERSION_FROM => 'lib/POSIX.pm',
+    ABSTRACT_FROM => 'lib/POSIX.pod',
     realclean  => {FILES=> 'const-c.inc const-xs.inc'},
 );
 
similarity index 100%
rename from ext/POSIX/POSIX.pm
rename to ext/POSIX/lib/POSIX.pm
similarity index 100%
rename from ext/POSIX/POSIX.pod
rename to ext/POSIX/lib/POSIX.pod