NAME

Macro::Micro::perl56 - micro macros for perl 5.6

VERSION

$Id: /my/icg/macexp/trunk/lib/Macro/Micro.pm 17183 2005-12-10T00:39:55.084057Z rjbs  $

DESCRIPTION

Macro::Micro::perl56 implements a subset of Macro::Micro that does not leak insane amounts of memory on 5.6.x perls. If you are going to use Macro::Micro on perl 5.6.x, you should use Macro::Micro::perl56.

The main difference is that the fast_expander method from Macro::Micro is implemented in terms of expand_macros as opposed to the other way around. Also, fast_expander is not actually faster than expand_macros.

While this is less efficient, it will not leak huge heaps of memory, which is a nice benefit.

AUTHOR

Ricardo Signes, <rjbs@cpan.org>

BUGS

Please report any bugs or feature requests to bug-macro-micro@rt.cpan.org, or through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

COPYRIGHT

Copyright 2005-2006 Ricardo Signes, All Rights Reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.