[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 14:38:14 CEST 2013


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

Mirko Tietgen <mirko at abunchofthings.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #17741|0                           |1
        is obsolete|                            |

--- Comment #2 from Mirko Tietgen <mirko at abunchofthings.net> ---
Created attachment 17752
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17752&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

Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list