1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
libapp-cmd-perl (0.300-1) unstable; urgency=low
From upstream Changelog we read the following changes
which may break your code:
DEPRECATED -run OPTION TO APP CLASS IMPORT
"use MyApp -run;" is deprecated; it will be removed after no less
than a year
this led to problems where normal exit-on-error messages confused
users by complaining about failing to compile; magic to stop this is
not worth the tiny savings
COMMANDS SHOULD NOW HAVE ->execute RATHER THAN ->run
this will not break you code... except:
WILL BREAK YOUR CODE: App::Cmd::Simple programs must use ->execute
rather than ->run
-- Salvatore Bonaccorso <salvatore.bonaccorso@gmail.com> Sat, 29 Aug 2009 07:49:21 +0200
|