[Perl-pad-users] PerlPad 0.2.1 released (now Tiger-compatible)
Status: Alpha
Brought to you by:
thiloplanz
From: Thilo P. <thi...@we...> - 2005-06-04 12:13:04
|
Hi all, for those of you interested in PerlPad, I have just released the new version 0.2.1, which restores compatibility with Mac OS X 10.4 (Tiger). (For those who dont know it: It is a Mac OS X application that provides System Services to evaluate Perl snippets from other applications). You can get it here: http://sourceforge.net/project/showfiles.php?group_id=72650 PerlPad also has its own mailing list now to which you can post questions, problems, suggestions (and praise ?): http://lists.sourceforge.net/lists/listinfo/perl-pad-users Cheers, Thilo ========================== PerlPad 0.2.1 Release Notes ========================== Version 0.2.1 is a maintenance release that restores compatibility with CamelBones 1.0 and thus with Mac OS X 10.4 (Tiger). New Features ~~~~~~~~~~~~~ * now works with Mac OS X 10.4 (as well as 10.2 and 10.3) * both CamelBones and the CPAN modules required by PerlPad are now bundled inside the application. This means that no additional downloads or installations are necessary anymore. Known bugs ~~~~~~~~~~~ * $_ is not available when reading a file (only <$IN>) * handling of references as evaluation results buggy * the symbol table browser is not usable yet (will be focus of 0.3) |