File: 010_remove_module_version_dependency

package info (click to toggle)
libhtml-popuptreeselect-perl 1.6-7.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 116 kB
  • sloc: perl: 504; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
--- a/PopupTreeSelect.pm
+++ b/PopupTreeSelect.pm
@@ -4,7 +4,7 @@
 use warnings;
 
 use Carp qw(croak);
-use HTML::Template 2.6;
+use HTML::Template;
 
 our $VERSION = "1.6";
 our $TEMPLATE_SRC;