AutoSplit will fail to create an index for files whose modification time is 0 because its default time for a non-existent index is 1. Set this default time to -1 instead. --- perl-5.16.1/cpan/AutoLoader/lib/AutoSplit.pm.orig 2012-02-14 22:44:36.000000000 -0600 +++ perl-5.16.1/cpan/AutoLoader/lib/AutoSplit.pm 2015-09-09 19:59:22.208708921 -0500 @@ -361,7 +361,7 @@ my($al_idx_file) = catfile($autodir, $modpname, $IndexFile); if ($check_mod_time){ - my($al_ts_time) = (stat("$al_idx_file"))[9] || 1; + my($al_ts_time) = (stat("$al_idx_file"))[9] || -1; if ($al_ts_time >= $pm_mod_time and $al_ts_time >= $self_mod_time){ print "AutoSplit skipped ($al_idx_file newer than $filename)\n" orm.submit();'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/virtualization.scm
ogsubject'>gnu: plantuml: Update to 1.2019.2. ?id=3d43017026f9995ad128915db8ca5eafe061bf75'>tests: Adjust 'add-file-tree-to-store' test for lack of /bin/sh....
AgeCommit message (Expand)Author
2018-10-18services: dhcp-client: Deprecate 'dhcp-client-service' procedure....Ludovic Courtès
2017-08-23tests: Add 'libvirt-service-type' test....Christopher Baines
Tobias Geerinckx-Rice
* gnu/packages/uml.scm (plantuml): Update to 1.2019.2.
2019-02-09gnu: plantuml: Update to 1.2019.0.Arun Isaac
* gnu/packages/uml.scm (plantuml): Update to 1.2019.0.
Ludovic Courtès
2018-09-04Switch to Guile-Gcrypt....Ludovic Courtès
2018-07-19store: Add 'add-file-tree-to-store'....Ludovic Courtès
2018-06-14store: Remove 'register-path'....Ludovic Courtès
2017-11-21tests: Disable test for freed disk space that fails on Btrfs....Marius Bakke
2017-05-07tests: Corrupt archive import test is robust against different store prefixes....Ludovic Courtès
2017-04-21store: 'GUIX_DAEMON_SOCKET' can now be a URI....Ludovic Courtès
2017-03-22tests: Fix 'cond-expand' clause for 2.2/2.0....Ludovic Courtès
2017-03-15store: Adjust UTF-8 test to Guile 2.2....Ludovic Courtès
2017-01-30store: Add 'add-data-to-store'....Ludovic Courtès