Unverified Commit 9081250d authored by Janne Heß's avatar Janne Heß Committed by GitHub
Browse files

Merge pull request #3 from stigtsp/upd/rt-add-testmocktimehires-cleanups

perlPackages.TestMockTimeHiRes: cleanups
parents 75224f43 b902b137
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -24636,7 +24636,8 @@ with self; {
      url = "mirror://cpan/authors/id/T/TA/TARAO/Test-MockTime-HiRes-0.08.tar.gz";
      hash = "sha256-X0n3rviV0yfa/fJ0TznBdsirDkuCJ9LW495omiWb3sE=";
    };
    buildInputs = [ AnyEvent ModuleBuildTiny TestClass TestMockTime TestRequires ];
    buildInputs = [ AnyEvent ModuleBuildTiny TestClass TestRequires ];
    propagatedBuildInputs = [ TestMockTime ];
    meta = {
      description = "Replaces actual time with simulated high resolution time";
      homepage = "https://github.com/tarao/perl5-Test-MockTime-HiRes";