IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 9, 2013, 2:08:27 PM (13 years ago)
Author:
bills
Message:

beginning rework of the postage stamp parser

File:
1 edited

Legend:

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

    r35364 r35384  
    5252                    $PSTAMP_NO_OVERLAP
    5353                    $PSTAMP_NOT_AUTHORIZED
     54                    $PSTAMP_UNKNOWN_PROJECT
    5455                    );
    5556our %EXPORT_TAGS = (standard => [@EXPORT_OK]);
     
    101102our $PSTAMP_NO_OVERLAP       = 28;
    102103our $PSTAMP_NOT_AUTHORIZED   = 29;
     104our $PSTAMP_UNKNOWN_PROJECT  = 22;
    103105
    104106
Note: See TracChangeset for help on using the changeset viewer.