diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-05-18 15:45:49 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-05-18 15:45:49 +0000 |
commit | 10f91f053f257c9c488e3b21a128ba70b5e0c2e3 (patch) | |
tree | aee680370d93c562ef8d23fd6aa6863dad5f3241 /t | |
parent | 69c6e315c98d99868530e196742fac905986d491 (diff) | |
download | perl-10f91f053f257c9c488e3b21a128ba70b5e0c2e3.tar.gz |
We can now remove DynaLoader from 1_compile.t
p4raw-id: //depot/perl@28228
Diffstat (limited to 't')
-rw-r--r-- | t/lib/1_compile.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/lib/1_compile.t b/t/lib/1_compile.t index 0f5e2d4e57..9e861586bc 100644 --- a/t/lib/1_compile.t +++ b/t/lib/1_compile.t @@ -72,4 +72,3 @@ sub compile_module { # http://www.pobox.com/~schwern/cgi-bin/perl-qa-wiki.cgi?UntestedModules # and vice-versa. The list should only shrink. __DATA__ -DynaLoader |