Author: bernhard
Date: Wed Apr 27 11:49:37 2005
New Revision: 7934

Removed:
   trunk/lib/Parrot/Key.pm
   trunk/lib/Parrot/Makefile.PL
   trunk/lib/Parrot/PackFile/
   trunk/lib/Parrot/PackFile.pm
   trunk/lib/Parrot/PakFile2.pm
   trunk/lib/Parrot/PakFile2.xs
   trunk/lib/Parrot/String.pm
   trunk/lib/Parrot/Types.pm
Modified:
   trunk/MANIFEST
   trunk/lib/Parrot/Distribution.pm
Log:
Remove a load of obsolete files, which were mostly used for
the long gone disassemble.pl.

See RT#34999, http://rt.perl.org/rt3/index.html?q=34999


Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST      (original)
+++ trunk/MANIFEST      Wed Apr 27 11:49:37 2005
@@ -1436,8 +1436,6 @@
 lib/Parrot/IO/Directory.pm                        [devel]
 lib/Parrot/IO/File.pm                             [devel]
 lib/Parrot/IO/Path.pm                             [devel]
-lib/Parrot/Key.pm                                 [devel]
-lib/Parrot/Makefile.PL                            [devel]
 lib/Parrot/Op.pm                                  [devel]
 lib/Parrot/OpTrans.pm                             [devel]
 lib/Parrot/OpTrans/C.pm                           [devel]
@@ -1447,22 +1445,14 @@
 lib/Parrot/OpTrans/CSwitch.pm                     [devel]
 lib/Parrot/OpTrans/Compiled.pm                    [devel]
 lib/Parrot/OpsFile.pm                             [devel]
-lib/Parrot/PackFile.pm                            [devel]
-lib/Parrot/PackFile/ConstTable.pm                 [devel]
-lib/Parrot/PackFile/Constant.pm                   [devel]
-lib/Parrot/PackFile/FixupTable.pm                 [devel]
-lib/Parrot/PakFile2.pm                            [devel]
-lib/Parrot/PakFile2.xs                            [devel]
 lib/Parrot/Pmc2c.pm                               [devel]
 lib/Parrot/Pmc2c/Library.pm                       [devel]
 lib/Parrot/Revision.pm                            [devel]
-lib/Parrot/String.pm                              [devel]
 lib/Parrot/Test.pm                                [devel]
 lib/Parrot/Test/PGE.pm                            [devel]
 lib/Parrot/Test/Python.pm                         [devel]
 lib/Parrot/Test/Tcl.pm                            [devel]
 lib/Parrot/Test/m4.pm                             [devel]
-lib/Parrot/Types.pm                               [devel]
 lib/Parrot/Vtable.pm                              [devel]
 lib/Parse/RecDescent.pm                           [devel]
 lib/Pod/Escapes.pm                                [devel]

Modified: trunk/lib/Parrot/Distribution.pm
==============================================================================
--- trunk/lib/Parrot/Distribution.pm    (original)
+++ trunk/lib/Parrot/Distribution.pm    Wed Apr 27 11:49:37 2005
@@ -1,4 +1,4 @@
-# Copyright: 2004 The Perl Foundation.  All Rights Reserved.
+# Copyright: 2004-2005 The Perl Foundation.  All Rights Reserved.
 # $Id$
 
 =head1 NAME
@@ -87,7 +87,6 @@
        my $self = shift;
        
        return $self->directory_with_name('src'),
-               $self->directory_with_name('chartypes'),
                $self->directory_with_name('encodings'),
                $self->directory_with_name('io'),
                $self->directory_with_name('pf'),

Reply via email to