[interchange-cvs] interchange - jon modified scripts/makecat.PL

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Thu Oct 4 16:51:01 2001


User:      jon
Date:      2001-10-04 20:50:06 GMT
Modified:  scripts  Tag: STABLE_4_8-branch makecat.PL
Log:
Remove extremely bizarre spurious duplicate appearance of a comment
that was causing a syntax error. Reported by someone in IRC.

Revision  Changes    Path
No                   revision



No                   revision



2.5.2.3   +2 -4      interchange/scripts/makecat.PL


rev 2.5.2.3, prev_rev 2.5.2.2
Index: makecat.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/makecat.PL,v
retrieving revision 2.5.2.2
retrieving revision 2.5.2.3
diff -u -u -r2.5.2.2 -r2.5.2.3
--- makecat.PL	2001/09/02 16:10:58	2.5.2.2
+++ makecat.PL	2001/10/04 20:50:06	2.5.2.3
@@ -25,8 +25,6 @@
 
 eval 'exec $Config{perlpath} -S \$0 \${1+"\$@"}'
     if 0; # not running under some shell
-    [catalogname] must contain alphanumerics and hyphens only.
-
 EOF
 	$Special{perlpath} =~ s/\s+$//;
 }
@@ -52,7 +50,7 @@
 #
 # Interchange catalog configurator
 #
-# $Id: makecat.PL,v 2.5.2.2 2001/09/02 16:10:58 racke Exp $
+# $Id: makecat.PL,v 2.5.2.3 2001/10/04 20:50:06 jon Exp $
 #
 # Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
 #
@@ -2327,7 +2325,7 @@
 
 =head1 VERSION
 
-# $Id: makecat.PL,v 2.5.2.2 2001/09/02 16:10:58 racke Exp $
+# $Id: makecat.PL,v 2.5.2.3 2001/10/04 20:50:06 jon Exp $
 
 =head1 INTRODUCTION