X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FVariable%2FTemp.pm;h=75aff5d437bf1dc3c9d28936036aadd86733217d;hb=8c28cb8af1012a8fa410ca38df3894df47363ae3;hp=390ff48327278330812ca2559bbde170acda0a29;hpb=01a4daa0f14207acfeff236b5381e3dfebe1b981;p=perl%2Fmodules%2FVariable-Temp.git diff --git a/lib/Variable/Temp.pm b/lib/Variable/Temp.pm index 390ff48..75aff5d 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.03 =cut our $VERSION; BEGIN { - $VERSION = '0.01'; + $VERSION = '0.03'; } =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.