Hi,

Inline-0.46_01 (devel release) is available from CPAN, as of last night.
It's the first devel release that won't (or at least shouldn't) produce annoying "isn't numeric" warning messages in relation to the Inline/Inline::C version number - so it's actually quite usable.

Just thought I'd put it up there for anyone who is interested to play with - no immediate plans to follwo it up with a 0.47 release.

Here's what the 2 Changes files have to report:

Inline/Changes:
##################################
version: 0.46_01
date: Wed 31 March 2010
Inline.pm - warn about untainting of Inline configuration info (where applicable)
         - quieten non-numeric warnings in relation to devel releases
- quieten uninitialized warning regarding $ENV{WIN64} that can occur
           in certain circumstances on MS Windows
Inline.pod - Documentation change relating to introduction of further _TESTING
            capabilities in Inline::C

---
version: 0.46_01
date: Mon 8 March 2010
Inline.pm - add '_TESTING' config option
- hide the 'redefined' warning introduced by the fix to ticket 49669, by placing the offending code in a 'no warnings "redefine";' block.
         - bump require from 5.005 to 5.006

---
version: 0.46_01
date: Sun 14 feb 2010
Inline.pm - add archname and perlversion number to config filename.
C/C.pm - Second attempt at accommodating 'ccache cc' compiler (RT ticket 40140).
##################################

Inline/C/Changes:
##################################
0.46_01 Wed 31 Mar 2010
     - C.pm: local()ise $_ in get_types(). (RT ticket 55607)
     - C.pm: introduce capability to check that xs_bindings() is
        working as expected. (Prompted by RT ticket 55543)
     - C.pm: add _testing_cleanup() to facilitate cleaning up of
        files created by setting the _TESTING config option
     - t/08taint.t: Warn the user to expect "Blindly untainting ..."
        warnings
     - t/09parser.t: Make use of Inline::C::_testing_cleanup()
     - add t/10callback.t (mainly in response to RT ticket 55543) and
        t/11default_readonly.t (in response to RT ticket 55607).

0.46_01 Mon 8 Mar 2010
- Add sub _parser_test() to C.pm (enables us to check which parser is in
       use).
- Add tests (C/t/09parser.t) to check that the expected parser is being used - makes use of '_TESTING' config option. (Involves minor changes
       to lib/Inline/C/ParseRecDescent.pm and lib/Inline/C/ParseRegExp.pm).

0.46_01 Sun 14 Feb 2010
- Second attempt at accommodating 'ccache cc' compiler (RT ticket 40140)
##################################

Cheers,
Rob

Reply via email to