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

Changes for version 0.02 - 2023-03-01

  • Document Fix
    • Fixed "Required Libraries" in the doc.
      • Windows if ($^O eq 'MSWin32') { $config->add_static_libs('stdc++', 'winpthread', 'gcc'); }
      • Linux/Unix, Mac, etc else { $config->add_libs('stdc++'); }
  • Test Fix
    • Fixed the config file of the tests.
      • Windows if ($^O eq 'MSWin32') { $config->add_static_libs('stdc++', 'winpthread', 'gcc'); }
      • Linux/Unix, Mac, etc else { $config->add_libs('stdc++'); }

Modules

Google/RE2 Resources