This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Comment breaks functionality
authorH.Merijn Brand <h.m.brand@xs4all.nl>
Tue, 10 Feb 2009 16:33:21 +0000 (17:33 +0100)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Tue, 10 Feb 2009 16:33:21 +0000 (17:33 +0100)
U/perl/Extensions.U

index ecea559..6fad56c 100644 (file)
@@ -81,7 +81,6 @@ find_extensions='
            this_ext=`echo $xxx | $sed -e s/-/\\\//g`;
            leaf=`echo $xxx | $sed -e s/.*-//`;
            if $test -d File-Glob; then
-               : All ext/ flattened
                if $test -f $xxx/$leaf.xs -o -f $xxx/$leaf.c; then
                    known_extensions="$known_extensions $this_ext";
                elif $test -d $xxx; then