hubsplit - Hub Variation of AutoSplit
Hub modules are split using the #!BulkSplit
and #!AutoSplit
directives.
Everything before the BulkSplit directive is the HEADER, and placed in the normal .pm library file. Everything below the directive is the CONTENT, and placed in the auto/module_path/Module.al file. Also, the auto/module_path/Module.ix is created.
Inserts method AUTOLOAD into the actual .pm file.
Inserts a method with the same name as the package into the .al file:
package My::Helper::Module;
Would have a routine:
sub Module { }
inserted into auto/My/Helper/Module/Module.al
.
Ryan Gies
Copyright (c) 2006 Livesite Networks, LLC. All rights reserved.
Copyright (c) 2000-2005 Ryan Gies. All rights reserved.
This file created by <#sys/proc/zname> on <#dt(nozeros,notime);sys/proc/tstamp> at <#dt(ampm,nosec,nozeros,nodate);sys/proc/tstamp>