CamelBones

An Objective-C/Perl bridge framework

 
 
Home / Documentation / Release Notes / Release Notes - 1.0.0rc1
 
 

What's New in 1.0.0-rc1

Easier access to Perl for embedding by simplifying the over-complicated initialization steps.

Implemented KVC access to Perl's package variables by way of the shared CBPerl instance.

Deprecated most non-KVC access to package variables. Deprecated functions still work, but emit a warning.

Added a copy of the framework with an install_path rooted at @loader_path. On Tiger or newer this framework can be embedded into frameworks and plugins. This allows, among other things, screen savers, safari plugins, preference panes, and spotlight importers to be written in Perl.

Former "Fat Camel" release is now the default - dozens of CPAN modules are included in the form of pre-compiled binary "kits". Built for Panther & Tiger (Universal), these modules can be unzipped into any convenient folder for local use, or bundled into your CamelBones .app bundle for hassle-free distribution with your app.

I've registered the internet domain camelbones.org, and switched over to using identifiers that reflect that, beginning with org.camelbones.*.

Some debugging information can now be triggered by setting these user defaults keys:

org.camelbones.ShowSelectorNotFoundMessages: If this is a true value, causes a warning when messages are received for which no corresponding method has been defined.

org.camelbones.ShowUnhandledTypeWarnings: If this is a true value, causes warnings when unknown argument and/or return types are found in method signatures.

Known issues with this beta: