diff --git a/Makefile b/Makefile index 9ea130b9..ab2bb5cc 100644 --- a/Makefile +++ b/Makefile @@ -43,10 +43,12 @@ install-from-local: cpanm test: user-test author-test user-test: - $(PROVE) t/ + # Suppress warning message until v5.5.0 + $(PROVE) t/ 2> /dev/null author-test: - $(PROVE) xt/ + # Suppress warning message until v5.5.0 + $(PROVE) xt/ 2> /dev/null check: find lib -type f -exec grep -E ' $$' {} /dev/null \;