Release history for Importer-Zim-Base
0.12.1 2018-01-26 16:04:44-08:00 America/Los_Angeles
- Fix bug on requiring a minimum version
v0.12 2017-11-09 11:14:11-08:00 America/Los_Angeles
- Aggressive optimization of import_into() for +Lexical backend
- +Bogus: lift dependency on +Base to runtime
- Importer::Zim::Base: import_into() function
v0.11 2017-11-08 17:04:22-08:00 America/Los_Angeles
- Importer::Zim::Bogus - export_to() function
v0.10 2017-11-02 13:33:00-07:00 America/Los_Angeles
- Implement "... EXPORT => {-strict => 0}..."
v0.9 2017-10-08 12:08:06-07:00 America/Los_Angeles
- Implement "... EXPORT => {-filter => $sub}..."
- Implement "use IMPORTER MODULE => {-filter => $sub}..."
- Also support -filter => qr/REGEX/
- Add Importer::Zim::Bogus to the distribution
v0.8 2017-09-29 09:12:00-07:00 America/Los_Angeles
- Utils: load Sub::Inject if available
- Utils: Make sure DEBUG is a constant function
v0.7 2017-09-28 17:30:48-07:00 America/Los_Angeles
- Importer::Zim::Utils: DEBUG, carp & croak
- Apply indentation to DEBUG messages
v0.6 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