usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/File.pm
changeset 7298 b69e27387f74
parent 0 68f95e015346
child 8287 771477e4b843
equal deleted inserted replaced
7297:e4b614b9dc04 7298:b69e27387f74
     1 #
       
     2 # Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
       
     3 # Use is subject to license terms.
       
     4 #
     1 #
     5 # CDDL HEADER START
     2 # CDDL HEADER START
     6 #
     3 #
     7 # The contents of this file are subject to the terms of the
     4 # The contents of this file are subject to the terms of the
     8 # Common Development and Distribution License, Version 1.0 only
     5 # Common Development and Distribution License (the "License").
     9 # (the "License").  You may not use this file except in compliance
     6 # You may not use this file except in compliance with the License.
    10 # with the License.
       
    11 #
     7 #
    12 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
    13 # or http://www.opensolaris.org/os/licensing.
     9 # or http://www.opensolaris.org/os/licensing.
    14 # See the License for the specific language governing permissions
    10 # See the License for the specific language governing permissions
    15 # and limitations under the License.
    11 # and limitations under the License.
    20 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    21 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    22 #
    18 #
    23 # CDDL HEADER END
    19 # CDDL HEADER END
    24 #
    20 #
    25 #ident	"%Z%%M%	%I%	%E% SMI"
    21 
       
    22 #
       
    23 # Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
       
    24 # Use is subject to license terms.
       
    25 #
       
    26 
    26 #
    27 #
    27 # File.pm contains wrappers for the exacct file manipulation routines.
    28 # File.pm contains wrappers for the exacct file manipulation routines.
    28 # 
    29 # 
    29 
    30 
    30 require 5.6.1;
    31 require 5.6.1;
    31 use strict;
    32 use strict;
    32 use warnings;
    33 use warnings;
    33 
    34 
    34 package Sun::Solaris::Exacct::File;
    35 package Sun::Solaris::Exacct::File;
    35 
    36 
    36 our $VERSION = '%I%';
    37 our $VERSION = '1.3';
    37 use XSLoader;
    38 use XSLoader;
    38 XSLoader::load(__PACKAGE__, $VERSION);
    39 XSLoader::load(__PACKAGE__, $VERSION);
    39 
    40 
    40 # @_Constants is set up by the XSUB bootstrap() function.
    41 # @_Constants is set up by the XSUB bootstrap() function.
    41 our (@EXPORT_OK, %EXPORT_TAGS, @_Constants);
    42 our (@EXPORT_OK, %EXPORT_TAGS, @_Constants);