IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 13, 2008, 10:26:53 AM (18 years ago)
Author:
jhoblitt
Message:

add :standard tag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-Config/lib/PS/IPP/Config.pm

    r17495 r17651  
    11# Copyright (c) 2006  Paul Price, Joshua Hoblitt
    22#
    3 # $Id: Config.pm,v 1.82 2008-05-01 03:39:45 bills Exp $
     3# $Id: Config.pm,v 1.83 2008-05-13 20:26:53 jhoblitt Exp $
    44
    55package PS::IPP::Config;
     
    88use warnings FATAL => qw( all );
    99
    10 our $VERSION = '1.00';
     10our $VERSION = '1.01';
    1111
    1212use Carp qw( carp );
     
    3434                    file_scheme
    3535                    );
     36our %EXPORT_TAGS = (standard => [@EXPORT_OK]);
    3637
    3738our $PS_EXIT_SUCCESS = 0;
Note: See TracChangeset for help on using the changeset viewer.