From b6e8fced0c86623c1674527d4de05e69b3d8d82b Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 18 Dec 2023 09:46:03 +0100 Subject: [PATCH] bump perlmod-bin to 0.2.0-1 Signed-off-by: Wolfgang Bumiller --- perlmod-bin/debian/changelog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/perlmod-bin/debian/changelog b/perlmod-bin/debian/changelog index 502ebb9..da7bae1 100644 --- a/perlmod-bin/debian/changelog +++ b/perlmod-bin/debian/changelog @@ -1,3 +1,16 @@ +perlmod-bin (0.2.0-1) stable; urgency=medium + + * make generated packages use 'strict' and 'warnings' + + * make generated call to 'init' optional + + * replace 'libdirs()' with 'libfile()' which should perform the search if + appropriate and return the final file to load + + * search LD_LIBRARY_PATH before the @INC/auto dirs by default + + -- Proxmox Support Team Mon, 18 Dec 2023 09:45:55 +0100 + perlmod-bin (0.1.0-1) stable; urgency=medium * initial packaging