summaryrefslogtreecommitdiffstats
path: root/tags/s/script-uses-perl4-libs-without-dep.tag
diff options
context:
space:
mode:
Diffstat (limited to 'tags/s/script-uses-perl4-libs-without-dep.tag')
-rw-r--r--tags/s/script-uses-perl4-libs-without-dep.tag10
1 files changed, 10 insertions, 0 deletions
diff --git a/tags/s/script-uses-perl4-libs-without-dep.tag b/tags/s/script-uses-perl4-libs-without-dep.tag
new file mode 100644
index 0000000..df85e0d
--- /dev/null
+++ b/tags/s/script-uses-perl4-libs-without-dep.tag
@@ -0,0 +1,10 @@
+Tag: script-uses-perl4-libs-without-dep
+Severity: warning
+Check: languages/perl/perl4/prerequisites
+Explanation: The named Perl script uses the named perl 4-era module,
+ which is obsolete. Those libraries were deprecated in perl in 5.14,
+ and will probably be removed from the core in perl 5.16.
+ .
+ Please remove the references to the module or add the prerequisite
+ <code>libperl4-corelibs-perl | perl (&lt;&lt; 5.12.3-7)</code> to
+ your package.