[interchange-cvs] interchange - kwalsh modified dist/lib/UI/ContentEditor.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed Jul 11 18:50:43 EDT 2007


User:      kwalsh
Date:      2007-07-11 22:50:43 GMT
Modified:  dist/lib/UI ContentEditor.pm
Log:
    * Removed the "#!" magic from the top of the file.

Revision  Changes    Path
2.20      +2 -4      interchange/dist/lib/UI/ContentEditor.pm


rev 2.20, prev_rev 2.19
Index: ContentEditor.pm
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/ContentEditor.pm,v
retrieving revision 2.19
retrieving revision 2.20
diff -u -r2.19 -r2.20
--- ContentEditor.pm	30 Mar 2007 11:39:41 -0000	2.19
+++ ContentEditor.pm	11 Jul 2007 22:50:43 -0000	2.20
@@ -1,8 +1,6 @@
-#!/usr/bin/perl
-#
 # UI::ContentEditor - Interchange page/component edit
 # 
-# $Id: ContentEditor.pm,v 2.19 2007/03/30 11:39:41 pajamian Exp $
+# $Id: ContentEditor.pm,v 2.20 2007/07/11 22:50:43 kwalsh Exp $
 #
 # Copyright (C) 2002-2005 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -24,7 +22,7 @@
 
 package UI::ContentEditor;
 
-$VERSION = substr(q$Revision: 2.19 $, 10);
+$VERSION = substr(q$Revision: 2.20 $, 10);
 $DEBUG = 0;
 
 use POSIX qw/strftime/;








More information about the interchange-cvs mailing list