The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

POE::Devel::Benchmarker::Utils - Various utility routines for POE::Devel::Benchmarker

SYNOPSIS

        perl -MPOE::Devel::Benchmarker::Utils -e 'print poeloop2load( "IO_Poll" )'

ABSTRACT

This package contains the utility routines and constants that POE::Devel::Benchmarker needs.

EXPORT

Automatically exports those subs:

poeloop2load()

Returns the "parent" class to load for a specific loop. An example is:

        $real = poeloop2load( 'IO_Poll' );      # $real now contains "IO::Poll"
loop2realversion()

Returns the version of the "parent" class for a specific loop. An example is:

        $ver = loop2realversion( 'IO_Poll' );   # $ver now contains $IO::Poll::VERSION

SEE ALSO

POE::Devel::Benchmarker

AUTHOR

Apocalypse <apocal@cpan.org>

COPYRIGHT AND LICENSE

Copyright 2008 by Apocalypse

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