usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/Lgrp.pm
changeset 7298 b69e27387f74
parent 2685 80399c17fa47
child 8287 771477e4b843
--- a/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/Lgrp.pm	Wed Aug 06 14:32:11 2008 -0700
+++ b/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/Lgrp.pm	Wed Aug 06 16:29:39 2008 -0600
@@ -23,16 +23,12 @@
 # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
-#
-# ident	"%Z%%M%	%I%	%E% SMI"
-#
 
 #
 # Lgrp.pm provides procedural and object-oriented interface to the Solaris
 # liblgrp(3LIB) library.
 #
 
-#ident	"%Z%%M%	%I%	%E% SMI"
 
 require 5.6.1;
 use strict;
@@ -41,7 +37,7 @@
 
 package Sun::Solaris::Lgrp;
 
-our $VERSION = '%I%';
+our $VERSION = '1.1';
 use XSLoader;
 XSLoader::load(__PACKAGE__, $VERSION);