DTA-CAB

 view release on metacpan or  search on metacpan

CAB/Analyzer.pm  view on Meta::CPAN

Additional options for $codeString pseudo-accessors can be passed in %opts:

 pre => $prefix,     ##-- compiles as "${prefix}; sub {$code}"
 vars => \@vars,     ##-- compiles as 'my ('.join(',',@vars).'); '."sub {$code}"

=back

=cut

##----------------------------------------------------------------
## DESCRIPTION: DTA::CAB::Analyzer: Methods: Analysis: Closure Utilities: Macros
=pod

=head3 Methods: Analysis: Closure Utilities: Macros

In order to facilitate development of analyzer-local accessor code in string form,
the following "macros" are defined as exportable functions.  Their arguments and
return values are B<strings> suitable for inclusion in acccessor macros.  These
macros are exported by the tags ':access', ':child', and ':all'.

=over 4

=item _am_xlit



( run in 0.341 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )