diff options
author | Christian Belisle <cbelisle@mandriva.com> | 2002-07-16 18:58:13 +0000 |
---|---|---|
committer | Christian Belisle <cbelisle@mandriva.com> | 2002-07-16 18:58:13 +0000 |
commit | 731539f4439497046148cc46a59de2bda8799455 (patch) | |
tree | 421a701f63369f9e47e67c5715d1177c87d82f34 | |
parent | d1eed8f504b2b83b129e8e8295df7e8a471bb682 (diff) | |
download | drakx-backup-do-not-use-731539f4439497046148cc46a59de2bda8799455.tar drakx-backup-do-not-use-731539f4439497046148cc46a59de2bda8799455.tar.gz drakx-backup-do-not-use-731539f4439497046148cc46a59de2bda8799455.tar.bz2 drakx-backup-do-not-use-731539f4439497046148cc46a59de2bda8799455.tar.xz drakx-backup-do-not-use-731539f4439497046148cc46a59de2bda8799455.zip |
draksec - initial commit. preparing for the advanced section.
-rw-r--r-- | perl-install/security.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/security.pm b/perl-install/security.pm new file mode 100644 index 000000000..992eafc67 --- /dev/null +++ b/perl-install/security.pm @@ -0,0 +1,5 @@ +package security; + +use security::security; + +1; |