From 316ee97c621496b0fe3267f57cce81bee44ca1e6 Mon Sep 17 00:00:00 2001 From: Siep Kroonenberg Date: Thu, 17 Feb 2011 12:20:49 +0000 Subject: Moving old tlperl prior to committing new one git-svn-id: svn://tug.org/texlive/trunk@21422 c570f23f-e606-0410-a88d-b1316a301751 --- .../tlperl/lib/Module/Build/Platform/Amiga.pm | 34 ---------------------- 1 file changed, 34 deletions(-) delete mode 100755 Master/tlpkg/tlperl/lib/Module/Build/Platform/Amiga.pm (limited to 'Master/tlpkg/tlperl/lib/Module/Build/Platform/Amiga.pm') diff --git a/Master/tlpkg/tlperl/lib/Module/Build/Platform/Amiga.pm b/Master/tlpkg/tlperl/lib/Module/Build/Platform/Amiga.pm deleted file mode 100755 index 9356325c9f4..00000000000 --- a/Master/tlpkg/tlperl/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.3603'; -$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. Please see the L for the docs. - -=head1 AUTHOR - -Ken Williams - -=head1 SEE ALSO - -perl(1), Module::Build(3), ExtUtils::MakeMaker(3) - -=cut -- cgit v1.2.3