NAME

Module::PrintUsed - Prints modules used by your script when your script ends

SYNOPSIS

use Module::PrintUsed;

DESCRIPTION

This module helps you to check which modules (and scripts) were used or required during the runtime of your script. It prints the list of modules to STDERR, including version numbers and paths.

Module::PrintUsed contains an END {} block that will be executed when your script exits (even if it died).

FUNCTIONS

You can call Module::PrintUsed::ModulesList directly to get a list of modules used together with their version numbers and paths.

SEE ALSO

A more sophisticated way of finding module dependencies without having to execute the script is performed by Module::ScanDeps.

AUTHOR

Christian Renz, <crenz@web42.com<gt>

COPYRIGHT AND LICENSE

Copyright 2004 by Christian Renz <crenz@web42.com<gt>. All rights reserved.

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