ActivePerl 5.8.8.818 Beta 1 now available

VANCOUVER, British Columbia – June 15, 2006 – Check out the latest ActivePerl beta, and tell us what you think of the new PPM client and directory layout changes. As usual, you can download it from the main ActivePerl page. Don’t forget to send us feedback and report bugs.

ActivePerl 818.818 Beta 1 Release Notes

Welcome, and thank you for downloading ActivePerl. This release corresponds to Perl version 5.8.8. The main purpose of this Beta release of ActivePerl is solicit feedback on the new PPM client and directory layout changes for build 818.

Note: This is a Beta release and may contain incomplete features and known bugs. It is made available for testing purposes and should not be used in a production environment.

Note: ActivePerl 800 series builds are not binary-compatible with the older 600 series builds. In particular, do not attempt to use extensions or PPM packages built for the 600 series builds with ActivePerl 800 series builds and vice versa.

The following platforms are supported by this Beta release:

  • Linux: glibc 2.2 or later (Red Hat 7+, SuSE 7.1+) (x86)
  • Mac OS X 10.3 “Panther” or later (x86 or powerpc)
  • Solaris 2.6 or later (sparc)
  • Windows 9x, NT, Me, 2000, XP and 2003 (x86)

PPM version 4

The rewritten PPM client will be the main new feature for ActivePerl 818. The main user visible change will be that the command line shell is replaced by a graphical shell, but this shell will not appear until Beta 2 of ActivePerl 818.

The “ppm” command will continue to work as a command line utility and its feature set as such can be evaluated in this release. Run “perldoc ppm” or “ppm help” for details about what subcommands are available and how they behave.

PPM manages packages installed in different install areas. These areas are used to separate the packages that come bundled with ActivePerl from the packages that are installed locally. This also allows users to install packages into their home directory when using a shared ActivePerl installation which the user does not have permissions to modify.

There are two install areas that will always be present for an ActivePerl installation: “perl” and “site”. The perl interpreter itself, the core modules, and packages bundled by ActiveState are in the “perl” install area. The “site” install area is where the local administrator installs additional packages. This area starts out empty in a new installation of ActivePerl.

Earlier releases of PPM effectively only managed the “site” install area. This area also contained the bundled packages as well as the PPM client itself which created problems in upgrading any of these packages (you had to be very careful not to break PPM itself). This also prevented ActiveState from providing updates to the core and bundled packages in our repository. The new separation solves this problem.

Use the “ppm area list” command to display which install areas are currently available. Use the “ppm list” command to display what packages are currently installed. Use the “ppm list site” command to see what additional packages are installed in the “site” area. Use the “ppm install” command to install additional packages and “ppm help install” to learn more about how installation works.

Go to the ActivePerl page now.

Recent Posts

Tech Debt Best Practices: Minimizing Opportunity Cost & Security Risk

Tech debt is an unavoidable consequence of modern application development, leading to security and performance concerns as older open-source codebases become more vulnerable and outdated. Unfortunately, the opportunity cost of an upgrade often means organizations are left to manage growing risk the best they can. But it doesn’t have to be this way.

Read More
Scroll to Top