]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - lib/Test/Valgrind/Component.pm
Bump copyright year
[perl/modules/Test-Valgrind.git] / lib / Test / Valgrind / Component.pm
index 15c7cb9b5742994e4fc1e76e13fc18c7e98ff40a..3e8ffa296be7f1f4a564bc3f80482f5a4d6c8098 100644 (file)
@@ -23,7 +23,7 @@ This class is the base for all others that act as components that can be started
 
 use Scalar::Util ();
 
-use base qw/Test::Valgrind::Carp/;
+use base qw<Test::Valgrind::Carp>;
 
 =head1 METHODS
 
@@ -113,7 +113,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.