This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change ExtUtils::CBuilder upstream to blead
authorDavid Golden <dagolden@cpan.org>
Wed, 15 Dec 2010 15:47:14 +0000 (10:47 -0500)
committerDavid Golden <dagolden@cpan.org>
Wed, 15 Dec 2010 15:48:56 +0000 (10:48 -0500)
commit8ba25f7a636c7e234b1c5bc09aa0b35eaa143601
treec95e76a857d4caa234f281a98884dee98b9eea40
parentf1c605336053dab86b920ac27a6262e25665bc65
Change ExtUtils::CBuilder upstream to blead

ExtUtils::CBuilder now has blead as its upstream repository.  The
distribution has been moved to the dist/ directory consistent with
this change.
21 files changed:
MANIFEST
Porting/Maintainers.pl
dist/ExtUtils-CBuilder/Changes [moved from cpan/ExtUtils-CBuilder/Changes with 100% similarity]
dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm [moved from cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder.pm with 100% similarity]
dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm [moved from cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Base.pm with 100% similarity]
dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Unix.pm [moved from cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Unix.pm with 100% similarity]
dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/VMS.pm [moved from cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/VMS.pm with 100% similarity]
dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows.pm [moved from cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows.pm with 100% similarity]
dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm [moved from cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm with 100% similarity]
dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm [moved from cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm with 100% similarity]
dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm [moved from cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm with 100% similarity]
dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/aix.pm [moved from cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/aix.pm with 100% similarity]
dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/cygwin.pm [moved from cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/cygwin.pm with 100% similarity]
dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/darwin.pm [moved from cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/darwin.pm with 100% similarity]
dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/dec_osf.pm [moved from cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/dec_osf.pm with 100% similarity]
dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/os2.pm [moved from cpan/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/os2.pm with 100% similarity]
dist/ExtUtils-CBuilder/t/00-have-compiler.t [moved from cpan/ExtUtils-CBuilder/t/00-have-compiler.t with 100% similarity]
dist/ExtUtils-CBuilder/t/01-basic.t [moved from cpan/ExtUtils-CBuilder/t/01-basic.t with 100% similarity]
dist/ExtUtils-CBuilder/t/02-link.t [moved from cpan/ExtUtils-CBuilder/t/02-link.t with 100% similarity]
dist/ExtUtils-CBuilder/t/03-cplusplus.t [moved from cpan/ExtUtils-CBuilder/t/03-cplusplus.t with 100% similarity]
dist/ExtUtils-CBuilder/t/04-base.t [moved from cpan/ExtUtils-CBuilder/t/04-base.t with 100% similarity]