Changeset 2319


Ignore:
Timestamp:
12/09/19 11:46:18 (5 years ago)
Author:
nanardon
Message:

Fix: module name in error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/bin/la-dump

    r2282 r2319  
    127127            }; 
    128128            if ($@) { 
    129                 warn "Cannot output xml: XML::Simple perl module missing"; 
     129                warn "Cannot output xml: JSON perl module missing"; 
    130130                next; 
    131131            } 
     
    140140            }; 
    141141            if ($@) { 
    142                 warn "Cannot output xml: XML::Simple perl module missing"; 
     142                warn "Cannot output xml: YAML perl module missing"; 
    143143                next; 
    144144            } 
Note: See TracChangeset for help on using the changeset viewer.