X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FVariable%2FTemp.pm;h=6951e521c9365dbe4c1406000a33d12ce8ff7028;hb=HEAD;hp=2caba110902c7ad4241ce2efee75c432d9020b18;hpb=e87f35b3d95dc13d180f7053f0ef75535fc1b115;p=perl%2Fmodules%2FVariable-Temp.git diff --git a/lib/Variable/Temp.pm b/lib/Variable/Temp.pm index 2caba11..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.03 +Version 0.04 =cut our $VERSION; BEGIN { - $VERSION = '0.03'; + $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.