File: 010_remove_module_version_dependency

package info (click to toggle)
libhtml-popuptreeselect-perl 1.6-7.4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 160 kB
  • sloc: perl: 504; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (5)
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;