diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-11-07 16:25:01 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2005-11-07 16:25:01 +0000 |
commit | 5b8587256ee14f40acf7d0cf026ffebc2f53be15 (patch) | |
tree | 654923b8418dc64a7cd7b51f598f800bb5b2b922 /t/cfg.t | |
parent | 65f7f175176b2aa78799976116786f0dbe6a11c3 (diff) | |
download | urpmi-5b8587256ee14f40acf7d0cf026ffebc2f53be15.tar urpmi-5b8587256ee14f40acf7d0cf026ffebc2f53be15.tar.gz urpmi-5b8587256ee14f40acf7d0cf026ffebc2f53be15.tar.bz2 urpmi-5b8587256ee14f40acf7d0cf026ffebc2f53be15.tar.xz urpmi-5b8587256ee14f40acf7d0cf026ffebc2f53be15.zip |
Add test to ensure everything compiles. Use strict in tests.
Diffstat (limited to 't/cfg.t')
-rw-r--r-- | t/cfg.t | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ #!/usr/bin/perl +use strict; use Test::More 'no_plan'; use File::Slurp; |