http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13242
--- Comment #11 from Jonathan Druart <[email protected]> --- Comment on attachment 33560 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=33560 Bug 13242 Add a UT to t/DateUtils.t for testing DateTime bug Review of attachment 33560: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=13242&attachment=33560) ----------------------------------------------------------------- ::: t/DateUtils.t @@ +7,2 @@ > use Test::MockModule; > +use Time::HiRes qw/ gettimeofday /; Time::HiRes seems to be a new dependency. Is not it possible to do the same without adding it? -- 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/
