X-Git-Url: https://git.distorted.org.uk/~mdw/sw-tools/blobdiff_plain/c629200be4128053bb2c1e73f1b337cf099c2411..9796a7877cd1e7f6908c678e71b8fea6045ba0e7:/perl/SWList.pm diff --git a/perl/SWList.pm b/perl/SWList.pm index 579665b..d69d51e 100644 --- a/perl/SWList.pm +++ b/perl/SWList.pm @@ -1,6 +1,6 @@ # -*-perl-*- # -# $Id: SWList.pm,v 1.2 1999/08/24 12:15:34 mdw Exp $ +# $Id: SWList.pm,v 1.3 2004/04/08 01:52:19 mdw Exp $ # # Create the main list of installed packages # @@ -25,16 +25,6 @@ # along with sw-tools; if not, write to the Free Software Foundation, # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -#----- Revision history ----------------------------------------------------- -# -# $Log: SWList.pm,v $ -# Revision 1.2 1999/08/24 12:15:34 mdw -# Properly sanitize CGI arguments (like `gtk+'). -# -# Revision 1.1 1999/07/30 18:46:37 mdw -# New CGI script for browsing installed software and documentation. -# - #----- Package header ------------------------------------------------------- package SWList;