File: example-interpreter

package info (click to toggle)
libclass-prototyped-perl 1.13-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 560 kB
  • ctags: 291
  • sloc: perl: 1,456; makefile: 8
file content (12 lines) | stat: -rw-r--r-- 297 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Author: Russ Allbery <rra@debian.org>
Description: Add a #! line to the graphtest.pl example so that it's
 executable when installed.

--- a/examples/graphtest.pl
+++ b/examples/graphtest.pl
@@ -1,3 +1,5 @@
+#!/usr/bin/perl
+
 use Class::Prototyped qw(:EZACCESS);
 use Class::Prototyped::Graph;