From 731539f4439497046148cc46a59de2bda8799455 Mon Sep 17 00:00:00 2001 From: Christian Belisle Date: Tue, 16 Jul 2002 18:58:13 +0000 Subject: draksec - initial commit. preparing for the advanced section. --- perl-install/security.pm | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 perl-install/security.pm 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; -- cgit v1.2.1