IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39458


Ignore:
Timestamp:
Mar 11, 2016, 10:36:09 PM (10 years ago)
Author:
eugene
Message:

defined(@array) was deprecated in perl 5.16; fix PS-IPP-Metadata-Config to be compatible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-Metadata-Config/config_grammar.txt

    r16550 r39458  
    9898
    9999        {
    100             if (defined(@{$item{'grammar(?)'}})) {
     100            if (@{$item{'grammar(?)'}}) {
    101101                $return = {
    102102                    class   => 'metadata',
Note: See TracChangeset for help on using the changeset viewer.