-
Notifications
You must be signed in to change notification settings - Fork 4
/
Changes
44 lines (31 loc) · 1.23 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Revision history for Perl extension Inline::Filters.
0.19 2017-01-24 (wbraswell)
- Enable CLEAN_AFTER_BUILD Argument In Preprocess Filter
For Compatibility With gdb For Inline::C(PP) Debugging
0.18 2016-09-07 (rurban)
- Allow a space in paths (#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