File: use_exporter.patch

package info (click to toggle)
libconvert-binhex-perl 1.119%2Bpristine-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze, wheezy
  • size: 312 kB
  • ctags: 137
  • sloc: perl: 838; makefile: 45
file content (10 lines) | stat: -rw-r--r-- 220 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
--- libconvert-binhex-perl.orig/t/Checker.pm
+++ libconvert-binhex-perl/t/Checker.pm
@@ -1,5 +1,7 @@
 package Checker;
 
+use Exporter;
+
 @ISA = qw(Exporter);
 @EXPORT = qw($CHECK okay_if note check filter_warnings);