summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Belisle <cbelisle@mandriva.com>2002-07-16 18:58:13 +0000
committerChristian Belisle <cbelisle@mandriva.com>2002-07-16 18:58:13 +0000
commit731539f4439497046148cc46a59de2bda8799455 (patch)
tree421a701f63369f9e47e67c5715d1177c87d82f34
parentd1eed8f504b2b83b129e8e8295df7e8a471bb682 (diff)
downloaddrakx-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.pm5
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;