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

Changes for version 1.000004 - 2023-05-29

  • MINOR
    • exporter_export() now accepts an alternate notation for defining tags export( ..., ':' => { tag1 => [qw(bla blo)], tag2 => [qw(bar baz)] }, ... )
    • expand_tags() now accepts a shorthand for expanding ALL tags. expand_tags(\%EXPORT_TAGS, \'*')

Modules

An EXPERIMENTAL subclass of <Exporter::Extensible>, which helps create easy-to-extend modules that export symbols
Routines useful when exporting symbols thru Exporter and friends