]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - lib/Test/Valgrind/Parser/XML.pm
Bump copyright year
[perl/modules/Test-Valgrind.git] / lib / Test / Valgrind / Parser / XML.pm
index 7232203fac622086ef6a145b35b90f805c5e531c..9b552ba68562b552e31ad7f774c57d579ae48cb9 100644 (file)
@@ -21,7 +21,7 @@ This is a base class for L<Test::Valgrind::Parser> objects that can parse C<valg
 
 =cut
 
-use base qw/Test::Valgrind::Parser/;
+use base qw<Test::Valgrind::Parser>;
 
 =head1 METHODS
 
@@ -67,7 +67,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,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.