diff options
author | Jerry D. Hedden <jdhedden@cpan.org> | 2010-08-17 13:17:11 -0400 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2010-08-17 22:47:24 +0200 |
commit | 4feb80ac47a22e7de7d7c1c1d5dfb3d744a2a3a7 (patch) | |
tree | 7d637ce7f393f43d26130b1f7dffa2e0d28f9964 /ext/POSIX | |
parent | 90d4a63860306135d3c25cb7b0ec5f86603e788d (diff) | |
download | perl-4feb80ac47a22e7de7d7c1c1d5dfb3d744a2a3a7.tar.gz |
Move POSIX.pm to lib/POSIX.pm to fix autosplitter problem
Diffstat (limited to 'ext/POSIX')
-rw-r--r-- | ext/POSIX/Makefile.PL | 3 | ||||
-rw-r--r-- | ext/POSIX/lib/POSIX.pm (renamed from ext/POSIX/POSIX.pm) | 0 | ||||
-rw-r--r-- | ext/POSIX/lib/POSIX.pod (renamed from ext/POSIX/POSIX.pod) | 0 |
3 files changed, 2 insertions, 1 deletions
diff --git a/ext/POSIX/Makefile.PL b/ext/POSIX/Makefile.PL index 292882c929..07c3841a00 100644 --- a/ext/POSIX/Makefile.PL +++ b/ext/POSIX/Makefile.PL @@ -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'}, ); diff --git a/ext/POSIX/POSIX.pm b/ext/POSIX/lib/POSIX.pm index ffbd9de0a2..ffbd9de0a2 100644 --- a/ext/POSIX/POSIX.pm +++ b/ext/POSIX/lib/POSIX.pm diff --git a/ext/POSIX/POSIX.pod b/ext/POSIX/lib/POSIX.pod index 64852e94b6..64852e94b6 100644 --- a/ext/POSIX/POSIX.pod +++ b/ext/POSIX/lib/POSIX.pod |