diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2013-07-30 16:16:29 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2013-07-30 16:16:29 +0100 |
commit | 1695f8293d29cfc0f8b6787db59b06fc1b02c94d (patch) | |
tree | c8ffe8490b03007608d5ad091d1e0cd241965248 /cpan | |
parent | 89e01640071c224e0f44fd5235cfabb0d602b175 (diff) | |
download | perl-1695f8293d29cfc0f8b6787db59b06fc1b02c94d.tar.gz |
Remove four Module-Build files which were removed in 4.006 but left in core
Diffstat (limited to 'cpan')
4 files changed, 0 insertions, 136 deletions
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 a0bf3bd13f..0000000000 --- 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 <kwilliams@cpan.org> - -=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 3829f44433..0000000000 --- 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 <kwilliams@cpan.org> - -=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 60728bde2f..0000000000 --- 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 <kwilliams@cpan.org> - -=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 16fc7766b7..0000000000 --- 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 <kwilliams@cpan.org> - -=head1 SEE ALSO - -perl(1), Module::Build(3), ExtUtils::MakeMaker(3) - -=cut |