]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - lib/Test/Valgrind/Action/Captor.pm
Bump copyright year
[perl/modules/Test-Valgrind.git] / lib / Test / Valgrind / Action / Captor.pm
index f366762c951c9d6377b8a50c7a5f55002de455cd..85eb5127904e0e89616f4928ee741cf20dfeed6a 100644 (file)
@@ -9,11 +9,11 @@ Test::Valgrind::Action::Captor - Mock Test::Valgrind::Action for capturing outpu
 
 =head1 VERSION
 
-Version 1.00
+Version 1.12
 
 =cut
 
-our $VERSION = '1.00';
+our $VERSION = '1.12';
 
 =head1 DESCRIPTION
 
@@ -25,7 +25,7 @@ It's not meant to be used directly as an action.
 
 use File::Spec ();
 
-use base qw/Test::Valgrind::Carp/;
+use base qw<Test::Valgrind::Carp>;
 
 =head1 METHODS
 
@@ -127,7 +127,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.