diff options
-rw-r--r-- | dist/Test-PerlRun/lib/Test/PerlRun.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dist/Test-PerlRun/lib/Test/PerlRun.pm b/dist/Test-PerlRun/lib/Test/PerlRun.pm index 035ebc93da..5e52421c7d 100644 --- a/dist/Test-PerlRun/lib/Test/PerlRun.pm +++ b/dist/Test-PerlRun/lib/Test/PerlRun.pm @@ -285,11 +285,12 @@ contains the path to the perl executable that is running the code. Dave Rolsky, <autarch@urth.org> Some of the code in this module was taken from F<t/test.pl> in the core Perl -distribution, which has been worked on by many people over the years. +distribution. =head1 LICENSE -Copyright (c) 2011 Dave Rolsky. All rights reserved. +Copyright (c) 2011 Dave Rolsky, Michael Schwern, Jarkko Hietaaniemi, Craig +Berry, Paul Green, and Nicholas Clark. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. |