Skip to content

Perhaps use Module::Compile instead of Filter::Simple #1

@jwrightecs

Description

@jwrightecs

BENEFITS

Module::Compile compilers gives you the following benefits:

  • Ability to mix many source filterish modules in a much more sane manner. Module::Compile controls the compilation process, calling each compiler at the right time with the right data.
  • Ability to ship precompiled modules without shipping Module::Compile and the compiler modules themselves.
  • Easier debugging of compiled/filtered code. The .pmc has the real code you want to see.
  • Zero additional runtime penalty after compilation, because perl has already been doing the .pmc check on every module load since 1999!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions