This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Backport 4ae6f81b38ab10f8a43c09b6efd34ae18e93ce42
authorH.Merijn Brand - Tux <h.m.brand@xs4all.nl>
Mon, 2 Dec 2013 10:41:03 +0000 (11:41 +0100)
committerH.Merijn Brand - Tux <h.m.brand@xs4all.nl>
Mon, 2 Dec 2013 10:41:03 +0000 (11:41 +0100)
Merge branch 'dirnames' into blead

Fixed whitespace to match surrounding style

U/perl/Extensions.U

index 51acb40..1bb79f0 100644 (file)
@@ -87,6 +87,10 @@ find_extensions='
            DynaLoader|dynaload) ;;
            *)
            this_ext=`echo $xxx | $sed -e s/-/\\\//g`;
+           case "$this_ext" in
+               Scalar/List/Utils) this_ext="List/Util" ;;
+               PathTools)         this_ext="Cwd"       ;;
+           esac;
            echo " $xs_extensions $nonxs_extensions" > $$.tmp;
            if $contains " $this_ext " $$.tmp; then
                echo >&4;