The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for lib-filter

0.15    2015-06-28 (PERLANCAR)

        - Add option: filter.


0.14    2015-06-28 (PERLANCAR)

	- No functional changes.

	- [dist] Put Module::List::WithPath as TestSuggests to mark where
	  that module is used as prereq.


0.13    2015-06-28 (PERLANCAR)

        - [testing] Print list of modules on failure to require.

        - [testing] Remove the use of Test::Exception (unused) and
          IPC::System::Options (replaced with plain system()) so that lib-filter
          now does not depend on any non-core modules.


0.12    2015-06-26 (PERLANCAR)

	- No functional changes.

	- Allow running in perl 5.8.


0.11    2015-06-26 (PERLANCAR)

	- Use dummy modules for most testing [GH#4].


0.10    2015-06-25 (PERLANCAR)

        - Fix test failures.


0.09    2015-06-24 (PERLANCAR)

        - Change tests to use external Perl interpreters instead of in-process,
          to isolate from internals of Test::More, etc.


0.08    2015-06-18 (PERLANCAR)

	- No functional changes.

	- Preload Scalar::Util because it's used by Test::More (delay
	  loading).

	- Remove stacktrace printer.


0.07    2015-06-18 (PERLANCAR)

        - No functional changes.

        - [build] Rebuild with updated/fixed stacktrace printer from
          Code::Embeddable.


0.06    2015-06-18 (PERLANCAR)

        - Preload Test::Builder's prerequisites before loading Test::* (thanks
          Sinan Ünür).

        - Install a simple stacktrace printer in the tests, to help debug problems.

        - Doc tweaks.


0.05    2015-05-27 (PERLANCAR)

        - No functional changes.

        - Fix tests [GH #2].

        - Add more tests.


0.04    2015-05-26 (PERLANCAR)

        - Add lib::allow, lib::disallow.

        - Tweak POD & examples.

        - Reduce use of modules (we're now down to Config,strict,warnings; no
          more experimental).


0.03    2015-05-22 (PERLANCAR)

        - Add unimport().

        - Add minimal tests.


0.02    2015-05-19 (PERLANCAR)

	- No functional changes.

	- Fix/add examples in Synopsis.


0.01    2015-04-12 (PERLANCAR)

        - First release.