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

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Wed May 20 22:38:36 UTC 2009


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

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

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

Modified: trunk/lib/Parrot/Docs/Group.pm
==============================================================================
--- trunk/lib/Parrot/Docs/Group.pm	Wed May 20 22:35:50 2009	(r38996)
+++ trunk/lib/Parrot/Docs/Group.pm	Wed May 20 22:38:35 2009	(r38997)
@@ -60,8 +60,6 @@
     my $text     = shift;
     my @contents = @_;
 
-    # RT#43709 - Groups should only contain items or paths.
-
     $self = $self->SUPER::new( $text, @contents );
     $self->{NAME}  = $name;
     $self->{TITLE} = $name;


More information about the parrot-commits mailing list