X-Git-Url: http://git.shiar.net/descalc.git/blobdiff_plain/7d9af85556b0e64c70e3641764b7b49a306723f3..7db84757c6ba80836bc8c2cc9de326f16862a2cd:/28_undo.pm diff --git a/28_undo.pm b/28_undo.pm index 8a80fc7..ba39c7f 100644 --- a/28_undo.pm +++ b/28_undo.pm @@ -1,7 +1,7 @@ # key bindings for DCT, by Shiar -# 1.10.1 200410150000 - single-level undo from main -# .2 200410150045 - set initial value to prevent crash when no undos set +# 1.10.1 200410150045 - set initial value to prevent crash when no undos set +# 1.10.0 200410150000 - single-level undo from main use strict; use warnings; @@ -17,6 +17,6 @@ $action{undo} = [-1, sub { ($undo, @stack) = ([@stack], @$undo) }]; # undo/redo return { author => "Shiar", title => "simple undo", - version => "1.10.2", + version => "1.10.1", };