From . From c01f602d1926b0671fd2c8d91f7e52c4e4c9fb24 Mon Sep 17 00:00:00 2001 From: Niko Tyni Date: Sun, 11 Oct 2015 19:27:56 +0300 Subject: [PATCH] Sort the list of XS code files when generating RealPPPort.xs all_files_in_dir() uses readdir() ordering to make the list of input files. This can vary between build systems, breaking build reproducibility. --- cpan/Devel-PPPort/PPPort_xs.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpan/Devel-PPPort/PPPort_xs.PL b/cpan/Devel-PPPort/PPPort_xs.PL index 5f18940..149f2fe 100644 --- a/cpan/Devel-PPPort/PPPort_xs.PL +++ b/cpan/Devel-PPPort/PPPort_xs.PL @@ -38,7 +38,7 @@ END my $file; my $sec; -for $file (all_files_in_dir('parts/inc')) { +for $file (sort(all_files_in_dir('parts/inc'))) { my $spec = parse_partspec($file); my $msg = 0; -- 2.5.1 lass='sub'>Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-19snippets: tempel: Simplify git-commit-mode detection....Nicolas Graves
2023-03-05etc: Default to variables in tempel's git-reference... et al....Liliana Marie Prikler
2023-02-19etc: Add a news entry snippet....Maxim Cournoyer
2022-12-27snippets: Remove unwanted git-commit-mode invocation....Andrew Tropin
2022-11-28snippets: yas: Add snippets for vc.el...Morgan Smith
2022-10-22snippets: Harden for review activity....Liliana Marie Prikler
2022-10-06snippets: Fix move....Liliana Marie Prikler
2022-10-06snippets: tempel: Reformat....Liliana Marie Prikler
2022-10-06snippets: tempel: Fix calls to mapconcat....Liliana Marie Prikler
2022-09-26etc: Add tempel snippet move....Nicolas Graves
2022-08-30etc: Update yasnippet build system list....Nicolas Graves
2022-08-30etc: Add tempel snippet for :phases....Nicolas Graves
2022-08-30etc: Add tempel snippets....Nicolas Graves
2022-05-12snippets: Add a 'remove' snippet....Maxim Cournoyer
2022-01-19etc: Match define-public only at line start....Liliana Marie Prikler