Changes for version 0.210 - 2023-05-01
- INCOMPATIBLE CHANGES
- We now do not hide any modules from being listed, to avoid being deceptive by accident.
- We are now more minimalistic and avoid loading any module by default, including 'strict', 'warnings', and 'Time::HiRes'. This means by default time is measured using builtin time() which only has 1-second precision. To enable subsecond precision, explicitly set 'time_hires' option to true.
- Rename environment variable DEVELENDSTATS_OPTS to PERL_DEVEL_ENDSTATS_OPTS.
- ENHANCEMENTS
- Add option 'debug'.
Modules
Display run time and dependencies after running code