The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Inline::Filters.

0.20 2017-01-26 (rurban)
	- Add missing LICENSE meta (PR #4) - manwar
        - Improve t/z_kwalitee.t

0.19 2017-01-24 (wbraswell)
	- Enable CLEAN_AFTER_BUILD Argument In Preprocess Filter
        For compatibility with gdb for Inline::C(PP) gebugging

0.18 2016-09-07 (rurban)
	- Allow a space in paths (PR #3) - bulk88

0.17 2015-06-23 (rurban)
	- added CPPFLAGS by wbraswell, with Inline::C 0.76 only

0.16 2014-08-05 (rurban)
	- improved license link in the pod (RT #97755 by ppisar)

0.15 2014-07-22 (rurban)
	- add repo, author and license meta, add LICENSE
	- best practices: our $VERSION, open $fh, no GLOB.

0.14 2014-04-01 (rurban)
	- Require Inline::C explicitly due to failing cpantesters
        - use File::Spec->catfile and isolated tmpfiles for Preprocess

0.13 2014-03-28 (rurban)
	- no changes

0.12_03 2014-03-28 (rurban)
	- Version bump since ~acanfora uploaded a rogue 0.12_02,
        which failed its tests.

0.12_02 2014-01-06 (wbraswell+rurban)
	- Support INC as ARRAY

0.12_01 Wed Dec 04 2013 (bulk88)
	- Fix Preprocess sub so make test passes (INC is always a string, not @ ref)

0.12  Mon June 11 2001 (nwatkiss)
	-no entry supplied

0.11  Sat Apr 28 23:07:37 PDT 2001 (never released)
	- Use $Config{cpprun} as the preprocessor

0.10  Sat Apr 28 23:07:37 PDT 2001
	- Initial release