diff --git a/examples/callback.pl b/examples/callback.pl old mode 100755 new mode 100644 index 649ecf6..62c2ad6 --- a/examples/callback.pl +++ b/examples/callback.pl @@ -1,4 +1,3 @@ -#!/usr/bin/perl -w use lib '.'; use strict; use Parallel::ForkManager; diff --git a/examples/callback_data.pl b/examples/callback_data.pl index 97c6cfc..f9ede44 100644 --- a/examples/callback_data.pl +++ b/examples/callback_data.pl @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/examples/parallel_get.pl b/examples/parallel_get.pl old mode 100755 new mode 100644 index 2a88458..d48cb51 --- a/examples/parallel_get.pl +++ b/examples/parallel_get.pl @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; diff --git a/lib/Parallel/ForkManager.pm b/lib/Parallel/ForkManager.pm index 6eaa321..2d442b9 100644 --- a/lib/Parallel/ForkManager.pm +++ b/lib/Parallel/ForkManager.pm @@ -869,7 +869,7 @@ processes, although I don't think it makes sense. =item * -dLux (Szabó, Balázs) +dLux (Szabó, Balázs) =item * @@ -883,7 +883,7 @@ Gabor Szabo =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2000 by Balázs Szabó. +This software is copyright (c) 2000 by Balázs Szabó. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.