82cce8 perl-Module-ScanDeps-1.24 base

Merged and Committed by Packit 4 years ago
71 files changed. 6006 lines added. 0 lines removed.
AUTHORS
file added
+55
Changes
file added
+968
LICENSE
file added
+383
MANIFEST
file added
+71
META.json
file added
+66
META.yml
file added
+37
Makefile.PL
file added
+75
README
file added
+26
lib/Module/ScanDeps.pm
file added
+1675
lib/Module/ScanDeps/Cache.pm
file added
+97
script/scandeps.pl
file added
+264
t/0-pod.t
file added
+6
t/1-static_functional_interface_real.t
file added
+35
t/10-case-insensitive-keys.t
file added
+66
t/12-ScanFileRE.t
file added
+48
t/13-static_prefork_test.t
file added
+46
t/14-scan_chunk.t
file added
+64
t/14-static_functional_cached.t
file added
+382
t/16-scan_line.t
file added
+34
t/17-private_methods.t
file added
+11
t/2-static_functional_interface_fake.t
file added
+276
t/3-static_oo_interface_real.t
file added
+46
t/4-static_functional_interface_options_fake.t
file added
+459
t/5-pluggable_fake.t
file added
+21
t/6-file-glob.t
file added
+24
t/7-check-dynaloader.t
file added
+97
t/8-check_duplicated_entries.t
file added
+37
t/9-check_path_to_inc_name.t
file added
+41
t/Utils.pm
file added
+170
t/data/ScanFileRE/auto/example/example.h
file added
+1
t/data/ScanFileRE/example.pm
file added
+3
t/data/ScanFileRE/example_too.pm
file added
+3
t/data/case-insensitive-keys/Test.pm
file added
+4
t/data/case-insensitive-keys/Test2.pm
file added
+4
t/data/case-insensitive-keys/that_case.pl
file added
+2
t/data/case-insensitive-keys/this_case.pl
file added
+2
t/data/check_path_to_inc_name/Scoped/Package.pm
file added
+4
t/data/check_path_to_inc_name/Some.pm
file added
+4
t/data/check_path_to_inc_name/use_scoped_package.pl
file added
+3
t/data/duplicated_entries/Scoped/Package.pm
file added
+4
t/data/duplicated_entries/use_scoped_package.pl
file added
+3
t/data/file-glob-no.pl
file added
+10
t/data/file-glob-yes.pl
file added
+10
t/data/pluggable/Foo.pm
file added
+5
t/data/pluggable/Foo/Plugin/Bar.pm
file added
+3
t/data/pluggable/Foo/Plugin/Baz.pm
file added
+3
t/data/rt90869.pl
file added
+7
t/data/static/Duplicated.pm
file added
+4
t/data/static/Duplicator.pl
file added
+2
t/data/static/InputA.pl
file added
+2
t/data/static/InputB.pl
file added
+1
t/data/static/InputC.pl
file added
+1
t/data/static/TestA.pm
file added
+4
t/data/static/TestB.pm
file added
+4
t/data/static/TestC.pm
file added
+6
t/data/static/TestD.pm
file added
+4
t/data/static/chicken.pm
file added
+6
t/data/static/egg.pm
file added
+6
t/data/static/inner_diamond_E.pm
file added
+6
t/data/static/inner_diamond_N.pm
file added
+7
t/data/static/inner_diamond_S.pm
file added
+6
t/data/static/inner_diamond_W.pm
file added
+6
t/data/static/null.pl
file added
+0
t/data/static/outer_diamond_E.pm
file added
+6
t/data/static/outer_diamond_N.pm
file added
+8
t/data/static/outer_diamond_S.pm
file added
+4
t/data/static/outer_diamond_W.pm
file added
+6
t/data/static/useVERSION.pm
file added
+5
t/data/use_lib.pl
file added
+4
t/rt90869.t
file added
+17
wip/scan_dlls.pl
file added
+236
    perl-Module-ScanDeps-1.24 base
    
        
file added
+55
file added
+968
file added
+383
file added
+71
file added
+66
file added
+37
file added
+75
file added
+26
file added
+1675
file added
+264
file added
+6
file added
+48
file added
+64
file added
+34
file added
+21
file added
+24
file added
+170
file added
+7
file added
+0
empty file added
file added
+4
file added
+17
file added
+236