1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
Description: Remove semicolon from interpreter
Author: Daniel Lintott <daniel@serverb.co.uk>
Bug: https://rt.cpan.org/Ticket/Display.html?id=93409
Last-Update: 2014-02-27
--- a/examples/destination.pl
+++ b/examples/destination.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl;
+#!/usr/bin/perl
use strict;
use warnings;
--- a/examples/fragment-2x8.pl
+++ b/examples/fragment-2x8.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl;
+#!/usr/bin/perl
# Not all hosts respond to IPv6 fragments
# Examples that do:
--- a/examples/fragment-8x1024.pl
+++ b/examples/fragment-8x1024.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl;
+#!/usr/bin/perl
# Not all hosts respond to IPv6 fragments
# Examples that do:
--- a/examples/fragment-NxM.pl
+++ b/examples/fragment-NxM.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl;
+#!/usr/bin/perl
# Not all hosts respond to IPv6 fragments
# Examples that do:
--- a/examples/hopbyhop.pl
+++ b/examples/hopbyhop.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl;
+#!/usr/bin/perl
use strict;
use warnings;
--- a/examples/routing.pl
+++ b/examples/routing.pl
@@ -1,4 +1,4 @@
-#!/usr/bin/perl;
+#!/usr/bin/perl
use strict;
use warnings;
|