[Koha-bugs] [Bug 9979] convert ./C4/Installer/PerlDependencies.pm into a YAML file

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Apr 27 10:18:43 CEST 2013


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

--- Comment #1 from Mason James <mtj at kohaaloha.com> ---
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.


More information about the Koha-bugs mailing list