View | Details | Raw Unified | Return to bug 8636
Collapse All | Expand All

(-)a/C4/Installer/PerlDependencies.pm (-1 / +5 lines)
Lines 529-534 our $PERL_DEPS = { Link Here
529
        'required' => '1',
529
        'required' => '1',
530
        'min_ver'  => '1.23',
530
        'min_ver'  => '1.23',
531
    },
531
    },
532
    'Test::YAML::Valid' => {
533
        'usage'    => 'Core',
534
        'required' => '0',
535
        'min_ver'  => '0.04',
536
    }
532
};
537
};
533
538
534
1;
539
1;
535
- 

Return to bug 8636