NAME
    B::Lisp - Perl code stringifies as lisp.

VERSION
    Version 0.03

SYNOPSIS
     perl -MO=Lisp yourprogram.pl

     use B qw( svref_2object );
     use B::Lisp;
     print svref_2object( \ &foo )->ROOT->lispy;

EXPORT
    Optionally, "lispy( $op )" is exported.

FUNCTIONS
    $str = lispy( $op )
        Returns a lispy representation of an opcode.

    compile( ... )
        This function is private to the O module. It allows "perl -MO=Lisp
        your-file.pl" to work.

AUTHOR
    Joshua ben Jore <jjore@cpan.org>

BUGS
    Please report any bugs or feature requests to
    "bug-b-lisplist@rt.cpan.org", or through the web interface at
    <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=B-Lisp>. I will be
    notified, and then you'll automatically be notified of progress on your
    bug as I make changes.

ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
    Copyright 2006 Joshua ben Jore, All Rights Reserved.

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

