NAME

B::Utils1 - Helper functions for op tree manipulation

VERSION

1.03

SYNOPSIS

use B::Utils1;

OP METHODS

EXPORTABLE FUNCTIONS

EXPORT

None by default.

XS EXPORT

This modules uses ExtUtils::Depends to export some useful functions for XS modules to use. To use those, include in your Makefile.PL:

my $pkg = ExtUtils::Depends->new("Your::XSModule", "B::Utils1");
WriteMakefile(
  ... # your normal makefile flags
  $pkg->get_makefile_vars,
);

Your XS module can now include BUtils1.h. To see document for the functions provided, use:

perldoc -m B::Utils1::Install::BUtils.h

INSTALLATION

To install this module, you may want to run the following commands:

perl Makefile.PL
make test
sudo make install

AUTHOR

Maintained by Reini Urban rurban@cpan.org.

Originally written by Simon Cozens, simon@cpan.org as B::Utils.

Previously maintained by Joshua ben Jore, jjore@cpan.org and Karen Etheridge as B::Utils.

Contributions from Mattia Barbon, Jim Cromie, Steffen Mueller, and Chia-liang Kao, Alexandr Ciornii.

LICENSE

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

SEE ALSO

B::Utils, B, B::Generate.