1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
AUTHORS
Changes
lib/Module/ScanDeps.pm
lib/Module/ScanDeps/Cache.pm
LICENSE
Makefile.PL
MANIFEST This list of files
MANIFEST.SKIP
README
script/scandeps.pl
t/0-pod.t
t/1-static_functional_interface_real.t
t/10-case-insensitive-keys.t
t/12-ScanFileRE.t
t/13-static_prefork_test.t
t/14-scan_chunk.t
t/14-static_functional_cached.t
t/16-scan_line.t
t/17-private_methods.t
t/18-findbin.t
t/19-autosplit.t
t/2-static_functional_interface_fake.t
t/20-_parse_libs.t
t/3-static_oo_interface_real.t
t/4-static_functional_interface_options_fake.t
t/5-pluggable_fake.t
t/6-file-glob.t
t/7-check-dynaloader.t
t/8-check_duplicated_entries.t
t/9-check_path_to_inc_name.t
t/data/autosplit/auto/Foo/autosplit.ix
t/data/autosplit/auto/Foo/barnie.al
t/data/autosplit/auto/Foo/fred.al
t/data/autosplit/Foo.pm
t/data/case-insensitive-keys/Foo.pm
t/data/case-insensitive-keys/Foo2.pm
t/data/case-insensitive-keys/that_case.pl
t/data/case-insensitive-keys/this_case.pl
t/data/check_path_to_inc_name/Scoped/Package.pm
t/data/check_path_to_inc_name/Some.pm
t/data/check_path_to_inc_name/use_scoped_package.pl
t/data/duplicated_entries/Scoped/Package.pm
t/data/duplicated_entries/use_scoped_package.pl
t/data/file-glob-no.pl
t/data/file-glob-yes.pl
t/data/minimal.pl
t/data/modules/Foo.pm
t/data/pluggable/Foo.pm
t/data/pluggable/Foo/Plugin/Bar.pm
t/data/pluggable/Foo/Plugin/Baz.pm
t/data/prefork.pl
t/data/rt90869.pl
t/data/ScanFileRE/auto/example/example.h
t/data/ScanFileRE/example.pm
t/data/ScanFileRE/example_too.pm
t/data/static/chicken.pm
t/data/static/Duplicated.pm
t/data/static/Duplicator.pl
t/data/static/egg.pm
t/data/static/inner_diamond_E.pm
t/data/static/inner_diamond_N.pm
t/data/static/inner_diamond_S.pm
t/data/static/inner_diamond_W.pm
t/data/static/InputA.pl
t/data/static/InputB.pl
t/data/static/InputC.pl
t/data/static/null.pl
t/data/static/outer_diamond_E.pm
t/data/static/outer_diamond_N.pm
t/data/static/outer_diamond_S.pm
t/data/static/outer_diamond_W.pm
t/data/static/TestA.pm
t/data/static/TestB.pm
t/data/static/TestC.pm
t/data/static/TestD.pm
t/data/static/useVERSION.pm
t/data/use-findbin.pl
t/data/use_lib.pl
t/rt90869.t
t/Utils.pm
META.yml Module YAML meta-data (added by MakeMaker)
META.json Module JSON meta-data (added by MakeMaker)
|