In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/1695f8293d29cfc0f8b6787db59b06fc1b02c94d?hp=89e01640071c224e0f44fd5235cfabb0d602b175>
- Log ----------------------------------------------------------------- commit 1695f8293d29cfc0f8b6787db59b06fc1b02c94d Author: Steve Hay <[email protected]> Date: Tue Jul 30 16:16:29 2013 +0100 Remove four Module-Build files which were removed in 4.006 but left in core ----------------------------------------------------------------------- Summary of changes: MANIFEST | 4 --- .../lib/Module/Build/Platform/Amiga.pm | 34 ---------------------- .../lib/Module/Build/Platform/EBCDIC.pm | 34 ---------------------- .../lib/Module/Build/Platform/MPEiX.pm | 34 ---------------------- .../lib/Module/Build/Platform/RiscOS.pm | 34 ---------------------- 5 files changed, 140 deletions(-) delete mode 100644 cpan/Module-Build/lib/Module/Build/Platform/Amiga.pm delete mode 100644 cpan/Module-Build/lib/Module/Build/Platform/EBCDIC.pm delete mode 100644 cpan/Module-Build/lib/Module/Build/Platform/MPEiX.pm delete mode 100644 cpan/Module-Build/lib/Module/Build/Platform/RiscOS.pm diff --git a/MANIFEST b/MANIFEST index 7fab124..245d425 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1576,15 +1576,11 @@ cpan/Module-Build/lib/Module/Build/Dumper.pm cpan/Module-Build/lib/Module/Build/ModuleInfo.pm cpan/Module-Build/lib/Module/Build/Notes.pm cpan/Module-Build/lib/Module/Build/Platform/aix.pm -cpan/Module-Build/lib/Module/Build/Platform/Amiga.pm cpan/Module-Build/lib/Module/Build/Platform/cygwin.pm cpan/Module-Build/lib/Module/Build/Platform/darwin.pm cpan/Module-Build/lib/Module/Build/Platform/Default.pm -cpan/Module-Build/lib/Module/Build/Platform/EBCDIC.pm cpan/Module-Build/lib/Module/Build/Platform/MacOS.pm -cpan/Module-Build/lib/Module/Build/Platform/MPEiX.pm cpan/Module-Build/lib/Module/Build/Platform/os2.pm -cpan/Module-Build/lib/Module/Build/Platform/RiscOS.pm cpan/Module-Build/lib/Module/Build/Platform/Unix.pm cpan/Module-Build/lib/Module/Build/Platform/VMS.pm cpan/Module-Build/lib/Module/Build/Platform/VOS.pm diff --git a/cpan/Module-Build/lib/Module/Build/Platform/Amiga.pm b/cpan/Module-Build/lib/Module/Build/Platform/Amiga.pm deleted file mode 100644 index a0bf3bd..0000000 --- a/cpan/Module-Build/lib/Module/Build/Platform/Amiga.pm +++ /dev/null @@ -1,34 +0,0 @@ -package Module::Build::Platform::Amiga; - -use strict; -use vars qw($VERSION); -$VERSION = '0.4005'; -$VERSION = eval $VERSION; -use Module::Build::Base; - -use vars qw(@ISA); -@ISA = qw(Module::Build::Base); - - -1; -__END__ - - -=head1 NAME - -Module::Build::Platform::Amiga - Builder class for Amiga platforms - -=head1 DESCRIPTION - -The sole purpose of this module is to inherit from -C<Module::Build::Base>. Please see the L<Module::Build> for the docs. - -=head1 AUTHOR - -Ken Williams <[email protected]> - -=head1 SEE ALSO - -perl(1), Module::Build(3), ExtUtils::MakeMaker(3) - -=cut diff --git a/cpan/Module-Build/lib/Module/Build/Platform/EBCDIC.pm b/cpan/Module-Build/lib/Module/Build/Platform/EBCDIC.pm deleted file mode 100644 index 3829f44..0000000 --- a/cpan/Module-Build/lib/Module/Build/Platform/EBCDIC.pm +++ /dev/null @@ -1,34 +0,0 @@ -package Module::Build::Platform::EBCDIC; - -use strict; -use vars qw($VERSION); -$VERSION = '0.4005'; -$VERSION = eval $VERSION; -use Module::Build::Base; - -use vars qw(@ISA); -@ISA = qw(Module::Build::Base); - - -1; -__END__ - - -=head1 NAME - -Module::Build::Platform::EBCDIC - Builder class for EBCDIC platforms - -=head1 DESCRIPTION - -The sole purpose of this module is to inherit from -C<Module::Build::Base>. Please see the L<Module::Build> for the docs. - -=head1 AUTHOR - -Ken Williams <[email protected]> - -=head1 SEE ALSO - -perl(1), Module::Build(3), ExtUtils::MakeMaker(3) - -=cut diff --git a/cpan/Module-Build/lib/Module/Build/Platform/MPEiX.pm b/cpan/Module-Build/lib/Module/Build/Platform/MPEiX.pm deleted file mode 100644 index 60728bd..0000000 --- a/cpan/Module-Build/lib/Module/Build/Platform/MPEiX.pm +++ /dev/null @@ -1,34 +0,0 @@ -package Module::Build::Platform::MPEiX; - -use strict; -use vars qw($VERSION); -$VERSION = '0.4005'; -$VERSION = eval $VERSION; -use Module::Build::Base; - -use vars qw(@ISA); -@ISA = qw(Module::Build::Base); - - -1; -__END__ - - -=head1 NAME - -Module::Build::Platform::MPEiX - Builder class for MPEiX platforms - -=head1 DESCRIPTION - -The sole purpose of this module is to inherit from -C<Module::Build::Base>. Please see the L<Module::Build> for the docs. - -=head1 AUTHOR - -Ken Williams <[email protected]> - -=head1 SEE ALSO - -perl(1), Module::Build(3), ExtUtils::MakeMaker(3) - -=cut diff --git a/cpan/Module-Build/lib/Module/Build/Platform/RiscOS.pm b/cpan/Module-Build/lib/Module/Build/Platform/RiscOS.pm deleted file mode 100644 index 16fc776..0000000 --- a/cpan/Module-Build/lib/Module/Build/Platform/RiscOS.pm +++ /dev/null @@ -1,34 +0,0 @@ -package Module::Build::Platform::RiscOS; - -use strict; -use vars qw($VERSION); -$VERSION = '0.4005'; -$VERSION = eval $VERSION; -use Module::Build::Base; - -use vars qw(@ISA); -@ISA = qw(Module::Build::Base); - - -1; -__END__ - - -=head1 NAME - -Module::Build::Platform::RiscOS - Builder class for RiscOS platforms - -=head1 DESCRIPTION - -The sole purpose of this module is to inherit from -C<Module::Build::Base>. Please see the L<Module::Build> for the docs. - -=head1 AUTHOR - -Ken Williams <[email protected]> - -=head1 SEE ALSO - -perl(1), Module::Build(3), ExtUtils::MakeMaker(3) - -=cut -- Perl5 Master Repository
