http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9979

--- Comment #1 from Mason James <[email protected]> ---
Created attachment 17741
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17741&action=edit
Bug 9979 - convert ./C4/Installer/PerlDependencies.pm into a YAML file

to test...

- run 'before' dependancy test
    ./koha_perl_deps.pl -a > aa

- apply patch
    git bz 9979

- run 'after' dependancy test
    ./koha_perl_deps.pl -a > bb

- test for 0 differences
    diff aa bb |wc -l
    0

- run test
    perl ./t/Installer_PerlDependencies.t
    1..3
    ok 1 - use C4::Installer::PerlDependencies;
    ok 2 - PerlDependencies.yml file parsed with no errors
    ok 3 - Parsed YAML matches PerlDependencies.yml file

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to