File: remove-exec-line-from-module

package info (click to toggle)
libtk-fontdialog-perl 0.18-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 188 kB
  • sloc: perl: 616; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
Description: Remove #! line from module
 remove unneeded call to Perl
Forwarded: https://github.com/eserte/tk-fontdialog/pull/4
Author: dod
--- a/lib/Tk/FontDialog.pm
+++ b/lib/Tk/FontDialog.pm
@@ -1,4 +1,3 @@
-#!/usr/local/bin/perl -w
 # -*- perl -*-
 
 #