Ignore:
Timestamp:
2006-08-24T16:19:13+12:00 (18 years ago)
Author:
kjdon
Message:

changed parse2::parse so that it returns -1 on error, 0 on success, or if allow_extra_options is specified, then on success returns the number of args left over.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/BasPlug.pm

    r12270 r12546  
    392392    }
    393393
    394     if(!parse2::parse($args,$hashArgOptLists->{"ArgList"},$self))
     394    if(parse2::parse($args,$hashArgOptLists->{"ArgList"},$self) == -1)
    395395    {
    396396    my $classTempClass = bless $self, $class;
Note: See TracChangeset for help on using the changeset viewer.