# New Ticket Created by Edwin Steiner
# Please include the string: [perl #49982]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=49982 >
Hi!
It seems the TAB before a command got corrupted in the source file
for languages/perl6/Makefile. This made "make perl6" fail for me.
kind regards
-Edwin
root.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: languages/perl6/config/makefiles/root.in
===================================================================
--- languages/perl6/config/makefiles/root.in (revision 25001)
+++ languages/perl6/config/makefiles/root.in (working copy)
@@ -135,7 +135,7 @@
$(PERL) t/harness t/02-test-pm
spectest: all t/spec
- cd t/spec && svn up
+ cd t/spec && svn up
$(PERL) t/harness \
t/spec/S02-literals \
t/spec/S03-operators \