[svn:parrot] r37284 - trunk/tools/dev

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Tue Mar 10 23:29:43 UTC 2009


Author: jkeenan
Date: Tue Mar 10 23:29:43 2009
New Revision: 37284
URL: https://trac.parrot.org/parrot/changeset/37284

Log:
Convert inline TODO item to Trac ticket 434.

Modified:
   trunk/tools/dev/install_files.pl

Modified: trunk/tools/dev/install_files.pl
==============================================================================
--- trunk/tools/dev/install_files.pl	Tue Mar 10 23:23:27 2009	(r37283)
+++ trunk/tools/dev/install_files.pl	Tue Mar 10 23:29:43 2009	(r37284)
@@ -195,7 +195,8 @@
         my $copy = $dest;
         $dest =~ s/^installable_//;            # parrot with different config
         $dest = File::Spec->catdir( $options{bindir}, $dest );
-        # TODO track bin here to check later below
+        # track bin here to check later below
+        # https://trac.parrot.org/parrot/ticket/434
         if ( $copy =~ /^installable/ ) {
             push @installable_exe, [ $src, $dest ];
             next;


More information about the parrot-commits mailing list