Release history for Importer-Zim-Base
0.6.0 2017-09-25 12:01:45-07:00 America/Los_Angeles
- Reduced perl requirement to 5.10.1
v0.5 2017-09-20 21:03:47-07:00 America/Los_Angeles
- Now -map subroutines expect the argument at $_
v0.4 2017-09-15 18:48:52-07:00 America/Los_Angeles
- Implement "use IMPORTER MODULE => \@SYMBOLS"
- Implement "... EXPORT => {-map => $sub}..."
- Implement "... EXPORT => {-prefix => $prefix}..."
- Implement "use IMPORTER MODULE => {-map => $sub}..."
- Implement "use IMPORTER MODULE => {-prefix => $prefix}..."
v0.3 2017-09-13 12:49:00-07:00 America/Los_Angeles
- If no explicit symbols are given, default to @EXPORT
- Implement "use IMPORTER MODULE => {-strict => 0}..."
- By default, only import exportable symbols
- Don't create things if they don't exist
- Debugging enabled with IMPORTER_ZIM_DEBUG
- Handle explicit prefix &func
- Refuse to handle non-subroutine symbols
v0.2 2017-09-06 17:58:58-07:00 America/Los_Angeles
- Implement "use IMPORTER MODULE => :TAG"
- Implement "use IMPORTER MODULE => {-version => V}..."
v0.1 2017-09-05 17:31:00-07:00 America/Los_Angeles
- Initial version
v0.0 2017-09-05
- Initial commit