Go to file
Thomas Lamprecht 45b4c97f0f replication: dont declare variable in post-if scope
If a variable is defined and assigned in a conditional statement, it
is not defined behavior in Perl.

For more information about this behaviour see
https://perldoc.perl.org/perlsyn.html#Statement-Modifiers

> NOTE: The behaviour of a my, state, or our modified with a
> statement modifier conditional or loop construct (for example,
> `my $x if ...`) is undefined.
> The value of the my variable may be undef, any previously assigned
> value, or possibly anything else.
> Don't rely on it. Future versions of perl might do something
> different from the version of perl you try it out on. Here be
> dragons."

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2020-04-08 13:20:07 +02:00
debian bump version to 3.0-6 2020-03-30 09:21:20 +02:00
PVE replication: dont declare variable in post-if scope 2020-04-08 13:20:07 +02:00
tests fix some typos 2020-02-08 16:03:49 +01:00
Makefile add basic abstract config test system 2019-10-18 17:48:03 +02:00