X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FCommand%2FPerlScript.pm;h=29eedf462562581bec2facd1516da642b95d9941;hb=44f0639e6ac34bdc0be52d47fe2c2df43ab1ca94;hp=a50c30ff3bb2d4a6ffd095d918f19819e8d8013a;hpb=90b6c795c9fab6343c3501923aacc8f43f7a82ea;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/lib/Test/Valgrind/Command/PerlScript.pm b/lib/Test/Valgrind/Command/PerlScript.pm index a50c30f..29eedf4 100644 --- a/lib/Test/Valgrind/Command/PerlScript.pm +++ b/lib/Test/Valgrind/Command/PerlScript.pm @@ -21,7 +21,7 @@ This command is meant to abstract the argument list handling of a C script =cut -use base qw/Test::Valgrind::Command::Perl Test::Valgrind::Carp/; +use base qw; =head1 METHODS @@ -118,7 +118,7 @@ You can find documentation for this module with the perldoc command. =head1 COPYRIGHT & LICENSE -Copyright 2009 Vincent Pit, all rights reserved. +Copyright 2009,2010 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.