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;
