Hi Inliners,
This is just a heads up that Inline and Inline::C are back under heavy, active development. It is not uncommon to have more than 1 release a day.
The basic idea is to make Inline a modern Perl code base, and then add new stuff. Nothing should be breaking though, so please file issues for anything weird. All dev is now GitHub based so don't use RT, use
https://github.com/ingydotnet/inline-pm/issues
The biggest recent change is that Inline::C no longer ships with Inline. It is in a separate dist called Inline-C. So if you had something depending on the Inline module to get Inline::C you'll need to change that to actually depend on Inline::C.