File: NEWS

package info (click to toggle)
libapp-cmd-perl 0.337-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 512 kB
  • sloc: perl: 1,722; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 791 bytes parent folder | download | duplicates (2)
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