Perl Dev Kit (PDK) Changelog

What's new in Perl Dev Kit (PDK) 9.0.1.293382

Aug 20, 2010
  • Support for Perl and ActivePerl 5.12
  • Ability to cross-wrap to HP-UX
  • Support for 64-bit PerlNET

New in Perl Dev Kit (PDK) 8.1.0.291424 (Oct 23, 2009)

  • PerlApp --dyndll option fixed for code to run on Windows 2000
  • PerlApp --target option now works with ActivePerl 826 and 1006
  • PerlApp GUI saves values of --manifest option in project file
  • manifest option also supported by PerlCtrl/PerlNET/PerlSvc/PerlTray

New in Perl Dev Kit (PDK) 8.0.0.289618 (Feb 26, 2009)

  • NEW! Code that conforms: Using PerlCritic, make sure you and your whole team are coding to best standards, industry standards, or your own customized stanfards. Entirely customizable PerlCritic allows you to run defined policies against your source code.
  • NEW! Create on any platform, deploy to any platform: PerlApp now gives you the ability to develop executables in one environment and deploy to any platform using the cross-platform wrapping feature. PerlApp is the easy-to-use tool for bundling Perl source code and modules into executables for distribution--to any platform. It includes application builders for Windows, Mac OS X, Linux, Solaris, and AIX.
  • Enhancements and goodies: PDK 8.0 still includes a fully comprehensive set of the best features for Perl developers, including PerlApp, Coverage Analyzer, Filter Builder, VBScript Converter, Graphical Debugger, PerlMSI, PerlCtrl, PerlNET, PerlCritic, PerlSvc, and PerlTray.

New in Perl Dev Kit (PDK) 7.3.0.287519 (Feb 26, 2009)

  • PerlApp and the other deployment tools will try to honor the saved build directory in project files
  • PerlApp and the other deployment tools will automatically set the build directory to the directory of the selected script
  • The build directory of PerlApp and the other deployment tools now persists between sessions
  • PerlApp and the other deployment tools have updated heuristics for HTTP::Message, Net::POP3, Regexp::Common, Test.pm, Tk::DropSite and utf8.pm
  • It is now possible to add "." to the Module Search Path of PerlApp and the other deployment tools (#35492 )
  • The Perl debugger will no longer try to use Term::ReadKey when using remote debugging (#39245 )
  • Improved diagnostic when detecting a perl that is not binary compatible
  • Under very rare circumstances the executables generated on Windows were not valid Win32 images. This has been fixed
  • msiwiz.pl argument checking has been fixed (it has only 5 required arguments)
  • Avoid warning for perlapp --info "language = unknown" (#38581 )
  • Make sure Perltray will always look for callback functions in the PerlTray:: namespace and not in the "current" package
  • Prevent Tk from redefining exit() when running inside PerlTray (#35330 )