NAME

Dynamic::Loader - call a script without to know where is it and where are his bundles.

VERSION

Version 0.01

SYNOPSIS

This package manage hidden modules deployed. This module depend on 
a java project that embedded perl modules and script on a compressed jar.
The modules and script positions are discribed on a configuration file.
THe configuration directory can be specifued by the $JAVAPERL environnement. 
The default directory is $HOME/.perljava/conf

A configuration is <name>.conf with theis format:
    prefix=<absolute path>
    bin=<relative binary dir>
    lib=<relative library dir>

You can use to command to call a script:
    perl -MDynamic::Loader='scriptname.pl --a=... --b=...'
    loader.pl scriptname.pl --a=... --b=...

DEFAULT SCRIPT AND PARAMS

When Dynamic::Loader is used, you can specify the script name and his options command:

% perl -MDynamic::Loader='scriptname.pl --a=A --b=B'

DEFAULT MODULE CONF PATH

Configuration directory is specified by the ENV variable JAVAPERL or at HOME/.perljava/conf. But, you can also specify the configuration directory on the command line:

% perl -MDynamic::Loader='scriptname.pl --a=A --b=B',/dir/to/config

EXPORT

AUTHOR

Olivier Evalet, <olivier.evalet at genebio.com>

BUGS

Please report any bugs or feature requests to bug-dynamic-loader at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Dynamic-Loader. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

perldoc Dynamic::Loader

You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2008 Olivier Evalet, all rights reserved.

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