timbunce / devel-nytprof

Devel::NYTProf is a powerful feature-rich source code profiler for Perl. (Mostly in maintenance mode, so PRs are much more likely to be acted upon than Issues.)
http://blog.timbunce.org/tag/nytprof/
67 stars 51 forks source link

Turn off experimental warnings in unit test t/test16 #98

Closed toddr closed 7 years ago

toddr commented 8 years ago

Code was emitting experimental warnings during make tests

Added to unit test script: no if $] >= 5.018, warnings => experimental;

toddr commented 8 years ago

The CI errors seem to be blead issues not related to this patch?

timbunce commented 7 years ago

Thanks @toddr!