In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/9e8c38e4785a58dc04835fb2c3d8b49c5c2974f8?hp=95da743b36b72934a3fdf444a2a4c42b5bd91328>
- Log ----------------------------------------------------------------- commit 9e8c38e4785a58dc04835fb2c3d8b49c5c2974f8 Author: Jesse Vincent <[email protected]> Date: Mon Aug 3 16:06:30 2009 +0100 Remove the README for the now-gone machten port ----------------------------------------------------------------------- Summary of changes: MANIFEST | 1 - README.machten | 43 ------------------------------------------- 2 files changed, 0 insertions(+), 44 deletions(-) delete mode 100644 README.machten diff --git a/MANIFEST b/MANIFEST index ed30ac0..16c44dc 100644 --- a/MANIFEST +++ b/MANIFEST @@ -3818,7 +3818,6 @@ README.irix Perl notes for Irix README.jp Perl for Japanese (in EUC-JP) README.ko Perl for Korean (in EUC-KR) README.linux Perl notes for Linux -README.machten Perl notes for Power MachTen README.macos Perl notes for Mac OS (Classic) README.macosx Perl notes for Mac OS X README.micro Notes about microperl diff --git a/README.machten b/README.machten deleted file mode 100644 index 2f6d139..0000000 --- a/README.machten +++ /dev/null @@ -1,43 +0,0 @@ -If you read this file _as_is_, just ignore the funny characters you -see. It is written in the POD format (see pod/perlpod.pod) which is -specially designed to be readable as is. - -=head1 NAME - -README.machten - Perl version 5 on Power MachTen systems - -=head1 DESCRIPTION - - -B<Power MachTen is not supported by versions of Perl later than -5.6.x.> -If you wish to build a version from the 5.6 track, please -obtain a source distribution from the archive at -L<http://cpan.org/src/5.0/> and follow the instructions in its -README.machten file. - -MachTen is no longer supported by its developers, Tenon Intersystems. -A UNIX environment hosted on Mac OS Classic, MachTen has been -superseded by Mac OS X and by BSD and Linux implementations for Macintosh -hardware. -The final version of Power MachTen, 4.1.4, lacks many features found in -modern implementations of UNIX, and has a number of bugs. -These shortcomings prevent recent versions of Perl from being able to use -extensions on MachTen, and cause numerous test suite failures in the -perl core. - -In September 2003, a discussion on the MachTen mailing list determined -that there was no interest in making a later version of Perl build -successfully on MachTen. -Consequently, support for building Perl under MachTen has been suppressed -in Perl distributions published after February 2004. -The hints file, F<hints/machten.sh>, remains a part of the -distributions for reference purposes. - -=head1 AUTHOR - -Dominic Dunlop <[email protected]> - -=head1 DATE - -Version 1.1.0 2004-02-13 -- Perl5 Master Repository
