[svn:parrot] r38996 - trunk/lib/Parrot/Docs

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Wed May 20 22:35:52 UTC 2009


Author: jkeenan
Date: Wed May 20 22:35:50 2009
New Revision: 38996
URL: https://trac.parrot.org/parrot/changeset/38996

Log:
Delete unexplained TODO item per http://rt.perl.org/rt3/Ticket/Display.html?id=43713.

Modified:
   trunk/lib/Parrot/Docs/Item.pm

Modified: trunk/lib/Parrot/Docs/Item.pm
==============================================================================
--- trunk/lib/Parrot/Docs/Item.pm	Wed May 20 22:29:03 2009	(r38995)
+++ trunk/lib/Parrot/Docs/Item.pm	Wed May 20 22:35:50 2009	(r38996)
@@ -68,8 +68,6 @@
     my $text     = shift;
     my @contents = @_;
 
-    # RT#43713 - Items should only contain paths.
-
     die "No contents ($text).\n" unless @contents;
 
     $self = bless {


More information about the parrot-commits mailing list