X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FVariable%2FTemp.pm;h=6951e521c9365dbe4c1406000a33d12ce8ff7028;hb=HEAD;hp=390ff48327278330812ca2559bbde170acda0a29;hpb=01a4daa0f14207acfeff236b5381e3dfebe1b981;p=perl%2Fmodules%2FVariable-Temp.git diff --git a/lib/Variable/Temp.pm b/lib/Variable/Temp.pm index 390ff48..6951e52 100644 --- a/lib/Variable/Temp.pm +++ b/lib/Variable/Temp.pm @@ -11,13 +11,13 @@ Variable::Temp - Temporarily change the value of a variable. =head1 VERSION -Version 0.01 +Version 0.04 =cut our $VERSION; BEGIN { - $VERSION = '0.01'; + $VERSION = '0.04'; } =head1 SYNOPSIS @@ -201,7 +201,7 @@ You can find documentation for this module with the perldoc command. =head1 COPYRIGHT & LICENSE -Copyright 2015 Vincent Pit, all rights reserved. +Copyright 2015,2017 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.