[svn:parrot] r36704 - trunk/lib/Parrot

allison at svn.parrot.org allison at svn.parrot.org
Sat Feb 14 00:18:51 UTC 2009


Author: allison
Date: Sat Feb 14 00:18:51 2009
New Revision: 36704
URL: https://trac.parrot.org/parrot/changeset/36704

Log:
[cage] Remove special case from manifest generator for deleted directory.

Modified:
   trunk/lib/Parrot/Manifest.pm

Modified: trunk/lib/Parrot/Manifest.pm
==============================================================================
--- trunk/lib/Parrot/Manifest.pm	Sat Feb 14 00:03:22 2009	(r36703)
+++ trunk/lib/Parrot/Manifest.pm	Sat Feb 14 00:18:51 2009	(r36704)
@@ -138,7 +138,6 @@
             : m[^runtime/]    ? '[library]'
             : m[^tools/docs/] ? '[devel]'
             : m[^tools/dev/]  ? '[devel]'
-            : m[^(apps/\w+)/] ? "[$1]"
             :                   '[]';
     }
 


More information about the parrot-commits mailing list