diff options
author | Thierry Vignaud <tv@mageia.org> | 2012-02-27 21:58:12 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2012-02-27 21:58:12 +0000 |
commit | a00b17d122fc6a84a27af6c0ab7a6256a53a0870 (patch) | |
tree | e6250a1b05c2fee429a1ace40438709f813a468a | |
parent | 498bf719c42c893b50329c9c50e457e2850002e4 (diff) | |
download | rpmtools-a00b17d122fc6a84a27af6c0ab7a6256a53a0870.tar rpmtools-a00b17d122fc6a84a27af6c0ab7a6256a53a0870.tar.gz rpmtools-a00b17d122fc6a84a27af6c0ab7a6256a53a0870.tar.bz2 rpmtools-a00b17d122fc6a84a27af6c0ab7a6256a53a0870.tar.xz rpmtools-a00b17d122fc6a84a27af6c0ab7a6256a53a0870.zip |
use strict
-rw-r--r-- | genhdlist2 | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ use URPM; use MDV::Packdrakeng; use Getopt::Long; +use strict; main(); |