usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/perlgcc.PL
changeset 7298 b69e27387f74
parent 0 68f95e015346
--- a/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/perlgcc.PL	Wed Aug 06 14:32:11 2008 -0700
+++ b/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/perlgcc.PL	Wed Aug 06 16:29:39 2008 -0600
@@ -2,9 +2,8 @@
 # CDDL HEADER START
 #
 # The contents of this file are subject to the terms of the
-# Common Development and Distribution License, Version 1.0 only
-# (the "License").  You may not use this file except in compliance
-# with the License.
+# Common Development and Distribution License (the "License").
+# You may not use this file except in compliance with the License.
 #
 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
 # or http://www.opensolaris.org/os/licensing.
@@ -22,13 +21,11 @@
 # Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
-#ident	"%Z%%M%	%I%	%E% SMI"
-#
 
 use strict;
 use warnings;
 use Config;
-our $VERSION = '%I%';
+our $VERSION = '1.2';
 
 my $fh;
 open($fh, ">$ARGV[0]") || die("Can't open perlgcc: $!\n");
@@ -44,13 +41,11 @@
 # Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
-#ident	"%Z%$ARGV[0]	%I%	%E% SMI"
-#
 
 use $perlver;
 use strict;
 use warnings;
-our \$VERSION = '%I%';
+our \$VERSION = '$VERSION';
 
 \$ENV{PERL5_OVERRIDE_CONFIG} = '1';
 if (exists(\$ENV{PERL5LIB})) {