The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 1.27 - 2019-01-15

  • fixes by Shawn Laffan <shawnlaffan@gmail.com>
    • Process lines like "{ package foo; use if 1, "warnings"; } (#8)
    • Also handle 'do {use module; ...}'
  • some clean ups
    • scandeps.pl: sort output by module name
    • add_deps(): use _gettype() instead of inline code
    • _compile_or_execute(): require DynaLoader _before_ accessing its variables
    • t/7-check-dynaloader.t: improve diagnostics
  • drop Cwd from the list of potential XS modules
  • suppress warnings in some ancient Perls

Documentation

Scan file prerequisites

Modules

Recursively scan Perl code for dependencies