# New Ticket Created by [EMAIL PROTECTED]
# Please include the string: [perl #27305]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=27305 >
Steps:
(1) delete directory ./languages/plot/ and all its contents.
(2) apply patch
Why? Delete ./languages/plot/ per Piers Cawley's (author) request of
2004-03-01. And per Dan's suggestion that languages/ bitrot be reduced.
The patch cleans plot out of MANIFEST, LANGUAGES.STATUS, and
./lib/Parrot/Docs/Section/Languages.pm .
Mitchell
--- ./MANIFEST.old Sun Feb 29 08:18:39 2004
+++ ./MANIFEST Tue Mar 2 07:39:33 2004
@@ -2079,8 +2079,6 @@
languages/perl6/t/rx/call.t [perl6]
languages/perl6/t/rx/special.t [perl6]
languages/perl6/TODO [perl6]
-languages/plot/plot.pasm []
-languages/plot/t/plot.t []
languages/python/python.bnf []
languages/python/python.prd []
languages/regex/ChangeLog [regex]
--- ./languages/LANGUAGES.STATUS.old Mon Jan 26 05:13:59 2004
+++ ./languages/LANGUAGES.STATUS Tue Mar 2 07:40:04 2004
@@ -88,13 +88,6 @@
M: Yes
V: 0.0.11
-N: plot
-A: Piers Cawley
-S: An attempt to get a Scheme like REP Loop up during OSCON.
-S: A failed attempt.
-M: No
-V: 0.0.11
-
N: Python
A: Michal J Wallace
S: Mostly working except for classes/exec/import. For licensing
--- ./lib/Parrot/Docs/Section/Languages.pm.old Sun Feb 22 17:29:23 2004
+++ ./lib/Parrot/Docs/Section/Languages.pm Tue Mar 2 07:40:51 2004
@@ -63,7 +63,6 @@
$self->new_section('Forth', 'forth.html', '', 'languages/forth'),
$self->new_section('BF', 'bf.html', '', 'languages/bf'),
$self->new_section('Ook!', 'ook.html', '', 'languages/ook'),
- $self->new_section('PLOT', 'plot.html', '', 'languages/plot'),
$self->new_section('Python', 'python.html', '', 'languages/python'),
$self->new_section('PASM', 'pasm.html', '',
'languages/parrot_compiler'),
);