X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FReport.pm;h=5139e31f30d19ed8cac67a2ed8695712380c57e8;hb=9314897b9f4c46057ac5147c0fb4c8fc6dd466a9;hp=44d1c77c9119b0a3a56ff35bc64f5bb519b383df;hpb=a7f76c8c630e9273e6b8c72f884e7fe012da116e;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/lib/Test/Valgrind/Report.pm b/lib/Test/Valgrind/Report.pm index 44d1c77..5139e31 100644 --- a/lib/Test/Valgrind/Report.pm +++ b/lib/Test/Valgrind/Report.pm @@ -25,7 +25,7 @@ The C kind is reserved for diagnostics. =cut -use base qw/Test::Valgrind::Carp/; +use base qw; =head2 C<< new kind => $kind, id => $id, data => $data >> @@ -158,7 +158,7 @@ You can find documentation for this module with the perldoc command. =head1 COPYRIGHT & LICENSE -Copyright 2009,2010 Vincent Pit, all rights reserved. +Copyright 2009,2010,2011 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.