IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25126


Ignore:
Timestamp:
Aug 19, 2009, 9:25:05 AM (17 years ago)
Author:
bills
Message:

added new error code $PSTAMP_NO_OVERLAP = 28

File:
1 edited

Legend:

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

    r25107 r25126  
    3535                    $PSTAMP_GONE
    3636                    $PSTAMP_NO_JOBS_QUEUED
     37                    $PSTAMP_NO_OVERLAP
    3738                    );
    3839our %EXPORT_TAGS = (standard => [@EXPORT_OK]);
     
    6465our $PSTAMP_GONE             = 26;
    6566our $PSTAMP_NO_JOBS_QUEUED   = 27;
     67our $PSTAMP_NO_OVERLAP       = 28;
    6668
    6769use IPC::Cmd 0.36 qw( can_run run );
Note: See TracChangeset for help on using the changeset viewer.