This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move XSLoader from ext/ to dist/
authorNicholas Clark <nick@ccl4.org>
Mon, 28 Sep 2009 16:51:49 +0000 (17:51 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 29 Sep 2009 10:12:38 +0000 (11:12 +0100)
MANIFEST
Porting/Maintainers.pl
dist/XSLoader/.gitignore [moved from ext/XSLoader/.gitignore with 100% similarity]
dist/XSLoader/Makefile.PL [moved from ext/XSLoader/Makefile.PL with 100% similarity]
dist/XSLoader/XSLoader_pm.PL [moved from ext/XSLoader/XSLoader_pm.PL with 100% similarity]
dist/XSLoader/t/XSLoader.t [moved from ext/XSLoader/t/XSLoader.t with 100% similarity]

index b06e697..f3ce266 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1233,6 +1233,9 @@ dist/threads/t/stress_cv.t        Test with multiple threads, coderef cv argument.
 dist/threads/t/stress_re.t     Test with multiple threads, string cv argument and regexes.
 dist/threads/t/stress_string.t Test with multiple threads, string cv argument.
 dist/threads/t/thread.t                General ithread tests from thr5005
+dist/XSLoader/Makefile.PL      Dynamic Loader makefile writer
+dist/XSLoader/t/XSLoader.t     See if XSLoader works
+dist/XSLoader/XSLoader_pm.PL   Simple XS Loader perl module
 djgpp/config.over      DOS/DJGPP port
 djgpp/configure.bat    DOS/DJGPP port
 djgpp/djgpp.c          DOS/DJGPP port
@@ -3177,9 +3180,6 @@ ext/XS-APItest/t/svpeek.t XS::APItest extension
 ext/XS-APItest/t/svsetsv.t     Test behaviour of sv_setsv with/without PERL_CORE
 ext/XS-APItest/t/xs_special_subs_require.t     for require too
 ext/XS-APItest/t/xs_special_subs.t     Test that XS BEGIN/CHECK/INIT/END work
-ext/XSLoader/Makefile.PL       Dynamic Loader makefile writer
-ext/XSLoader/t/XSLoader.t      See if XSLoader works
-ext/XSLoader/XSLoader_pm.PL    Simple XS Loader perl module
 ext/XS-Typemap/Makefile.PL     XS::Typemap extension
 ext/XS-Typemap/README          XS::Typemap extension
 ext/XS-Typemap/stdio.c         XS::Typemap extension
index da8eaa1..9542da3 100755 (executable)
@@ -1717,7 +1717,7 @@ use File::Glob qw(:case);
        {
        'MAINTAINER'    => 'saper',
        'DISTRIBUTION'  => 'SAPER/XSLoader-0.10.tar.gz',
-       'FILES'         => q[ext/XSLoader],
+       'FILES'         => q[dist/XSLoader],
        'EXCLUDED'      => [ qr{^eg/},
                             qw{t/pod.t
                                t/podcover.t