usr/src/cmd/perl/contrib/Sun/Solaris/Utils/Utils.pm
changeset 7298 b69e27387f74
parent 1410 1b2e7ae0aee9
equal deleted inserted replaced
7297:e4b614b9dc04 7298:b69e27387f74
    21 
    21 
    22 #
    22 #
    23 # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
    23 # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
    24 # Use is subject to license terms.
    24 # Use is subject to license terms.
    25 #
    25 #
    26 # ident	"%Z%%M%	%I%	%E% SMI"
       
    27 #
       
    28 
    26 
    29 #
    27 #
    30 # Utils.pm provides the bootstrap for the Sun::Solaris::Utils module.
    28 # Utils.pm provides the bootstrap for the Sun::Solaris::Utils module.
    31 #
    29 #
    32 
    30 
    33 package Sun::Solaris::Utils;
    31 package Sun::Solaris::Utils;
    34 use strict;
    32 use strict;
    35 use Exporter;
    33 use Exporter;
    36 use DynaLoader;
    34 use DynaLoader;
    37 use vars qw($VERSION @ISA @EXPORT_OK);
    35 use vars qw($VERSION @ISA @EXPORT_OK);
    38 $VERSION = '%I%';
    36 $VERSION = '1.3';
    39 @ISA = qw(Exporter DynaLoader);
    37 @ISA = qw(Exporter DynaLoader);
    40 @EXPORT_OK = qw(gmatch gettext textdomain bindtextdomain dcgettext dgettext);
    38 @EXPORT_OK = qw(gmatch gettext textdomain bindtextdomain dcgettext dgettext);
    41 bootstrap Sun::Solaris::Utils $VERSION;
    39 bootstrap Sun::Solaris::Utils $VERSION;
    42 1;
    40 1;