Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
pass --add_use_stmt=perl5 to fudge script
  • Loading branch information
FROGGS committed Mar 25, 2013
1 parent a14d3f9 commit f64b510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -8,7 +8,7 @@ HAS_ICU = 0

# NOTE: eventually, we should remove --keep-exit-code and --fudge
# as the goal is that all tests must pass without fudge
HARNESS_WITH_FUDGE = $(PERL) t/harness --fudge --keep-exit-code --icu=$(HAS_ICU)
HARNESS_WITH_FUDGE = $(PERL) t/harness --fudge --keep-exit-code --add_use_stmt=perl5 --icu=$(HAS_ICU)

all: blib/perl5.pbc

Expand Down

0 comments on commit f64b510

Please sign in to comment.