in reply to p2e.pl
* informations Some modules use hard to detect techniques, for example they req +uire other modules dynamically (i.e. require "$foo.pm"), or use dynam +ic loading through non-standard modules. For this reason <App::Packer::Frontend::ModuleInfo> uses an hints file +. An hints file looks like this: [prerequisites] tk=<<EOT ^Tk:: Tk EOT [skip] foo=<<EOT Foo Foo::Bar EOT xyz=<<EOT Xyz::Dummy EOT [Module::Name] modules_used=<<EOT My::Module Your::Module EOT uses_dynamic_loading=1 The first section lists module prerequisites: each entry has the form: name=<<EOT pattern prereq1 prereq2 EOT Where the entry name is arbitrary. The second section lists modules to be skipped. The entry name is arbi +trary.
----
I Go Back to Sleep, Now.
OGB
|
|---|