diff options
author | Marius Bakke <marius@gnu.org> | 2022-09-10 17:30:17 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-10 17:30:17 +0200 |
commit | 1d526f5035ce51305d8f414b8f55066adedb6f91 (patch) | |
tree | 7cc1fb957d10d06b770bb55dfa30dd3a00beec5d /gnu/packages/perl.scm | |
parent | b4693f4a58b977c92282c81d3032f5be990e866a (diff) | |
parent | 07140e8b10c56bc271c74fa82470a900684b91c6 (diff) | |
download | guix-1d526f5035ce51305d8f414b8f55066adedb6f91.tar.gz |
Merge branch 'staging' into core-updates
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r-- | gnu/packages/perl.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 2ffe5fddc3..dea2e138cb 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -11901,3 +11901,9 @@ It also allows manipulating ancillary data or so-called control information (cmsghdr). This ancillary data may be used for file descriptor passing, IPv6 operations, and a host of implemenation-specific extensions.") (license license:perl-license))) + +;;; +;;; Avoid adding new packages to the end of this file. To reduce the chances +;;; of a merge conflict, place them above by existing packages with similar +;;; functionality or similar names. +;;; |