In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/551feee877a880cc6b02ddb3ce19271edca2143c?hp=cedc49d5f057bd8ce5f79eabf9e5117987388b01>

- Log -----------------------------------------------------------------
commit 551feee877a880cc6b02ddb3ce19271edca2143c
Merge: 32ac41f cedc49d
Author: James E Keenan <[email protected]>
Date:   Sat Dec 8 09:28:21 2012 -0500

    Merge branch 'blead' of [email protected]:/perl into blead

commit 32ac41f2f22f799ffe8b33877495d1460e4e6aa8
Author: James E Keenan <[email protected]>
Date:   Sat Dec 8 09:24:31 2012 -0500

    Add t/opbasic to list of test directories in one location.
    
    For RT #115838; bulk88++.

M       win32/makefile.mk
-----------------------------------------------------------------------

Summary of changes:
 win32/makefile.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/win32/makefile.mk b/win32/makefile.mk
index 1daeef6..13498f8 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -1486,7 +1486,7 @@ minitest : $(MINIPERL) $(GLOBEXE) $(CONFIGPM) 
$(UNIDATAFILES) utils
        $(XCOPY) $(GLOBEXE) ..\t\$(NULL)
        attrib -r ..\t\*.*
        cd ..\t && \
-       $(MINIPERL) -I..\lib harness base/*.t comp/*.t cmd/*.t io/*.t op/*.t 
pragma/*.t
+       $(MINIPERL) -I..\lib harness base/*.t comp/*.t cmd/*.t io/*.t 
opbasic/*.t op/*.t pragma/*.t
 
 test-prep : all utils ..\pod\perltoc.pod
        $(XCOPY) $(PERLEXE) ..\t\$(NULL)

--
Perl5 Master Repository

Reply via email to