Revision history for Perl extension Export::These. v0.2.1 2023-12-03 [fixes] - now using an empty string or undef value will prevent default importing of symbols, but let ref/config processing operate instead of die - updated pod to document the fix/change of behaviour v0.2.0 2023-10-29 [features] - add $EXPORT_PASS variable for user control over what symbols are reexportable. - refs (array, hash, code) now can be used inplace of simple symbol names to pass in configuration to module instead of exporting symbols - _preexport routine attempted to be called to allow filtering of import arguments [fixes] - stricter (exact) name matching on exported symbols - fixed error message with mangled name of CODE symbols not found during export v0.1.2 2023-09-07 [fixes] - Prevent noisy warnings regarding redefinitions for subroutines and constants. - Update POD to refelect changes v0.1.1 2023-08-14 [fixes] - Don't die when a tag is specified without a group or an empty group. Allows using tags to control rexport - Remove 'Use of uninitialized value' warning if Exporter namespace hasn't been loaded v0.1.0 Sun Jul 23 04:10:20 2023 - original version; created by h2xs 1.23 with options --name Export::These -P -X -b 5.24.0