IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11021


Ignore:
Timestamp:
Jan 10, 2007, 3:57:31 PM (19 years ago)
Author:
jhoblitt
Message:

fix constant.pm usage syntax

File:
1 edited

Legend:

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

    r11020 r11021  
    11# Copyright (c) 2006  Paul Price, Joshua Hoblitt
    22#
    3 # $Id: Config.pm,v 1.21 2007-01-11 01:54:58 jhoblitt Exp $
     3# $Id: Config.pm,v 1.22 2007-01-11 01:57:31 jhoblitt Exp $
    44
    55package PS::IPP::Config;
     
    2929);
    3030
    31 use constant
     31use constant {
    3232    PS_EXIT_SUCCESS => 0,
    3333    PS_EXIT_UNKNOWN_ERROR => 1,
     
    3636    PS_EXIT_PROG_ERROR => 4,
    3737    PS_EXIT_DATA_ERROR => 5,
    38     PS_EXIT_TIMEOUT_ERROR => 6;
     38    PS_EXIT_TIMEOUT_ERROR => 6
     39};
    3940
    4041our $parser = PS::IPP::Metadata::Config->new; # Metadata parser
Note: See TracChangeset for help on using the changeset viewer.