]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - lib/Test/Valgrind/Command/Aggregate.pm
Bump copyright year
[perl/modules/Test-Valgrind.git] / lib / Test / Valgrind / Command / Aggregate.pm
index c526d8aff396904741a4fd6e6fc802efabce52ac..21a2ae71db3201a6b635e8c91107c6f4c58c484a 100644 (file)
@@ -23,7 +23,7 @@ This command groups several commands together, which the session will run under
 
 use Scalar::Util ();
 
-use base qw/Test::Valgrind::Command Test::Valgrind::Carp/;
+use base qw<Test::Valgrind::Command Test::Valgrind::Carp>;
 
 =head1 METHODS
 
@@ -89,7 +89,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.