AMF::Perl::App::Executive
Executive package figures out whether to call an explicitly
registered package or to look one up in a registered directory.
Then it executes the desired method in the package.
- Added return type determination for registered methods.
- Synching with AMF-PHP:
- Replaced packagepath, packagename, packageConstruct with classpath, classname, classConstruct.
- Added _instanceName, _origClassPath and _headerFilter.
- Added subs
setHeaderFilter(), setInstanceName()
- Renamed setClassPath to setTarget and removed extra junk from that function.
- Eliminated
_getPackage() and _getMethod().
- Removed
safeExecution().
- Passing @$a instead of $a to user functions. $a always is an array.