Closure-Explicit
view release on metacpan or search on metacpan
lib/Closure/Explicit.pm view on Meta::CPAN
}
1;
__END__
=head1 SEE ALSO
=over 4
=item * L<curry> - provides a convenient interface for creating callbacks
=item * L<PadWalker> - does most of the real work behind this module
=item * L<Test::RefCount> - convenient testing for reference counts, makes
cycles easier to detect in test code
=item * L<Devel::Cycle> - reports whether cycles exist and provides useful
diagnostics when any are found
=back
lib/Closure/Explicit.pod view on Meta::CPAN
my @errors = lint($code, allowed => [qw($x)]);
It's unlikely that the C<weaken> parameter will work when calling this
function directly - this may be fixed in a future version.
=head1 SEE ALSO
=over 4
=item * L<curry> - provides a convenient interface for creating callbacks
=item * L<PadWalker> - does most of the real work behind this module
=item * L<Test::RefCount> - convenient testing for reference counts, makes
cycles easier to detect in test code
=item * L<Devel::Cycle> - reports whether cycles exist and provides useful
diagnostics when any are found
=back
( run in 0.501 second using v1.01-cache-2.11-cpan-9b1e4054eb1 )