[svn:parrot] r43227 - trunk/tools/dev
coke at svn.parrot.org
coke at svn.parrot.org
Wed Dec 23 14:25:46 UTC 2009
Author: coke
Date: Wed Dec 23 14:25:44 2009
New Revision: 43227
URL: https://trac.parrot.org/parrot/changeset/43227
Log:
Format diagnostic slightly better.
Modified:
trunk/tools/dev/checkdepend.pl
Modified: trunk/tools/dev/checkdepend.pl
==============================================================================
--- trunk/tools/dev/checkdepend.pl Wed Dec 23 07:51:09 2009 (r43226)
+++ trunk/tools/dev/checkdepend.pl Wed Dec 23 14:25:44 2009 (r43227)
@@ -108,6 +108,8 @@
}
}
$declared =~ s/^\s+//;
+ $declared =~ s/\s+$//;
+ $declared =~ s/\s+/ /g;
if ($declared ne "") {
is($declared, '', "$file has extra dependencies.");
}
More information about the parrot-commits
mailing list