[rt.cpan.org #60622] Handle conditional loading
authorDavid Leadbeater <dgl@dgl.cx>
Mon, 20 Dec 2010 18:09:37 +0000 (18:09 +0000)
committerDavid Leadbeater <dgl@dgl.cx>
Mon, 20 Dec 2010 18:32:43 +0000 (18:32 +0000)
commitdc7a3a086bb4da8332ab8c8b07716698e565c7a7
treedfe617fa471368a1f541599ffe2cdbd190875a83
parent2de6023fa2446e62f0c0e1cf29f6b6086a751cf2
[rt.cpan.org #60622] Handle conditional loading

Now uses a CHECK block to see what is actually loaded, rather than using
a @INC hook which sees what might be loaded.

Also add some basic tests for tracing module loading.
lib/App/FatPacker/Trace.pm
t/basic.t
t/mod/a.pm [new file with mode: 0644]
t/mod/b.pm [new file with mode: 0644]
t/mod/c.pm [new file with mode: 0644]
t/mod/cond.pm [new file with mode: 0644]
t/trace.t [new file with mode: 0644]