IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 3, 2005, 3:39:52 PM (21 years ago)
Author:
jhoblitt
Message:

allow name to match tokens that contain METADATA|END|TYPE

File:
1 edited

Legend:

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

    r3488 r3832  
    11# Copyright (c) 2005  Joshua Hoblitt
    22#
    3 # $Id: Config.pm,v 1.12 2005-03-24 00:15:15 jhoblitt Exp $
     3# $Id: Config.pm,v 1.13 2005-05-04 01:39:52 jhoblitt Exp $
    44
    55package PS::IPP::Metadata::Config;
     
    315315    /[a-z][.\w-]*/i
    316316        {
    317             if ( $item[1] =~ /(METADATA|END|TYPE)/i ) {
     317            if ( $item[1] =~ /^(METADATA|END|TYPE)$/i ) {
    318318                $return = undef;
    319319            } else {
Note: See TracChangeset for help on using the changeset viewer.