File: use-carp.patch

package info (click to toggle)
liburi-packageurl-perl 2.23-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 308 kB
  • sloc: perl: 1,526; sh: 45; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 428 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: add missing import
Origin: vendor
Forwarded: not-needed
 The code is gone in the current develop branch in upstream Git.
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2025-11-03

--- a/lib/URI/PackageURL/Util.pm
+++ b/lib/URI/PackageURL/Util.pm
@@ -6,6 +6,7 @@
 use warnings;
 
 use Exporter qw(import);
+use Carp ();
 
 our $VERSION = '2.23';
 our @EXPORT  = qw(purl_to_urls purl_components_normalize);