File: 1001_shared_Module-Package.patch

package info (click to toggle)
libxml-grddl-perl 0.004-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 432 kB
  • sloc: perl: 4,805; makefile: 7; sh: 1
file content (9 lines) | stat: -rw-r--r-- 240 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
Description: use shared module Module::Package
Author: Jonas Smedegaard <dr@jones.dk>
Last-Update: 2021-09-11
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1,2 +1,2 @@
-use inc::Module::Package 'RDF 0.009';
+use Module::Package 'RDF:standard';