Hi,
Inline-0.45_01 (devel release) is now available from CPAN. (I can't
guarantee that it has yet reached *all* mirrors).
It's just a bugfix release. If it all tests ok with the cpan-testers I'll
release another devel release (0.45_02) that "fixes" bug #13084 (
http://rt.cpan.org/Ticket/Display.html?id=13084 ) by blindly untainting
everything (and, at the same time, warning of the inadvisability of doing
so) ... then, all being well, I'll release that as 0.46.
Any thoughts/comments welcome !
The 0.45_01 changes:
##############################
C/C.pod - document that *fully qualified* paths for LIBS, INC, TYPEMAPS and
MYEXTLIB are needed. (RT ticket 5207)
Inline.pm - remove "defined" from "defined %main::Inline::Config::" as that
usage causes a deprecation warning with perl-5.11 and later. (RT ticket
53227)
Inline.pm - fix sub push_overrides (RT ticket 49669) This change
responsible for "Subroutine Inline::C::get_parser redefined" warnings that
can occur during build stage under certain circumstances.
denter.pm - local()ise $_ (in four places) (RT ticket 16801)
Inline.pod - doc correction (thanks Alejandro Ochoa).
C/Makefile.PL - accommodate 'ccache cc' (RT ticket 40140)
C/Cookbook.pod - typo fixes (thanks Brad Barber)
##############################
This 0.45_01 release corresponds to the version available from github as of
commit 88537fd9b129db0f33ad53d302b1176950766069, made Fri Jan 29 16:28:42
2010 +1100:
git clone git://github.com/ingydotnet/inline-pm.git Inline
Cheers,
Rob