X-Git-Url: https://git.distorted.org.uk/~mdw/sw-tools/blobdiff_plain/9abee809f51da26598bf24572d9b14fa13a455bd..9796a7877cd1e7f6908c678e71b8fea6045ba0e7:/perl/sw.in diff --git a/perl/sw.in b/perl/sw.in index deeba4e..bc189e4 100644 --- a/perl/sw.in +++ b/perl/sw.in @@ -1,7 +1,7 @@ #! @PERL@ # -*-perl-*- # -# $Id: sw.in,v 1.2 1999/07/30 20:24:02 mdw Exp $ +# $Id: sw.in,v 1.3 2004/04/08 01:52:19 mdw Exp $ # # CGI interface for software installations # @@ -26,16 +26,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: sw.in,v $ -# Revision 1.2 1999/07/30 20:24:02 mdw -# Fix titles for debugging actions. -# -# Revision 1.1 1999/07/30 18:46:38 mdw -# New CGI script for browsing installed software and documentation. -# - #----- Required packages ---------------------------------------------------- use lib qw(@pkgdatadir@);