IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 4, 2005, 11:46:13 AM (21 years ago)
Author:
jhoblitt
Message:

change type to try 'STR' first

File:
1 edited

Legend:

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

    r3832 r3839  
    11# Copyright (c) 2005  Joshua Hoblitt
    22#
    3 # $Id: Config.pm,v 1.13 2005-05-04 01:39:52 jhoblitt Exp $
     3# $Id: Config.pm,v 1.14 2005-05-04 21:46:13 jhoblitt Exp $
    44
    55package PS::IPP::Metadata::Config;
     
    322322        }
    323323
     324# 'STR' seems to be the most common type, trying to match it first is a simple
     325# optimization.
    324326type:
    325     vtype
    326     | 'STR'
     327    'STR'
    327328    | 'STRING'
     329    | vtype
    328330
    329331vtype:
Note: See TracChangeset for help on using the changeset viewer.