www.delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-SWARE-Spam-Status: | No, hits=1.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_50,DATE_IN_PAST_03_06,TW_BW,TW_JK,TW_QX,TW_XJ,TW_ZQ |
X-Spam-Check-By: | sourceware.org |
X-SWARE-Spam-Status: | No, hits=-0.1 required=5.0 tests=AWL,BAYES_05,RCVD_IN_DNSWL_NONE,TW_BW,TW_JK,TW_QX,TW_XJ,TW_ZQ |
Message-Id: | <announce.4C95D220.3060800@x-ray.at> |
Date: | Sun, 19 Sep 2010 11:04:32 +0200 |
From: | Reini Urban <rurban AT x-ray DOT at> |
User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.13) Gecko/20100914 SeaMonkey/2.0.8 |
MIME-Version: | 1.0 |
To: | cygwin AT cygwin DOT com |
Subject: | [ANNOUNCEMENT] Updated: perl-5.10.1-4 |
Reply-To: | cygwin AT cygwin DOT com |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
perl has been updated to 5.10.1-4 Changes since the last perl-5.10.1-3 - perlrebase: fixed the wrong default baseadress, man page added - CPAN::Reporter: switched from SMTP to Metabase, new dependencies - Net::DNS cygwin patch: removed unprovided dependencies Win32::IPHelper, Win32::Registry - CORE modules updated: Compress-Raw-Bzip2-2.030 IO-Compress-2.030 Module-Build-0.36_13 ExtUtils-ParseXS-2.2206 - new vendor modules (Metabase depedencies): Net::SSL common::sense JSON::XS JSON Metabase::Client::Simple Data::UUID Data::GUID CPAN::DistnameInfo Metabase::Fact Config::Perl::V CPAN::Testers::Report Test::Reporter::Transport::Metabase YAML::Tiny Software::License - vendor_perl modules updated: Pod-Simple-3.14 Pod-Coverage-0.21 IPC-Run3-0.044 Digest-SHA-5.48 URI-1.54 libwww-perl-5.836 Net-DNS-0.66_01 Test-Reporter-1.57 Crypt-SSLeay-0.58 common-sense-3.3 JSON-XS-2.3 JSON-2.22 Metabase-Client-Simple-0.008 Data-UUID-1.215 Data-GUID-0.045 CPAN-DistnameInfo-0.10 Metabase-Fact-0.017 Config-Perl-V-0.12 CPAN-Testers-Report-1.999001 Test-Reporter-Transport-Metabase-1.999008 CPAN-Reporter-1.1800 Params-Util-1.01 Module-ScanDeps-0.98 YAML-Tiny-1.44 Software-License-0.102340 IO-Socket-INET6-2.65 B-Generate-1.29 PadWalker-1.92 Note that all vendor modules can be simply updated via CPAN also. We'll skip 5.12. With the next upcoming perl-5.14 cygwin release early next year we will move most vendor modules into extra packages. New CPAN::Reporter initialization --------------------------------- $ metabase-profile Enter full name: John Doe Enter email address: jdoe AT example DOT com Enter password/secret: zqxjkh Writing profile to 'metabase_id.json' $ mkdir ~/.cpanreporter $ cp metabase_id.json ~/.cpanreporter/ $ chmod 400 ~/.cpanreporter/metabase_id.json $ vi ~/.cpanreporter/config.ini email_from = John Doe <jdoe AT example DOT com> transport = Metabase uri https://metabase.cpantesters.org/api/v1/ id_file ~/.cpanreporter/metabase_id.json ------------------------------------- See http://www.perl.org/ ChangeLog: http://perldoc.perl.org/perldelta.html Cygwin README: http://perldoc.perl.org/perlcygwin.html CYGWIN vendor patches at http://code.google.com/p/cygwin-rurban/source/browse/trunk/release/perl Vendor patches for 5.10.1-4 (unchanged since -3): * CYG11 Empty .bs files are not generated anymore * CYG12 no archlib in otherlibdirs * CYG14 Dynaloader * CYG15 static-Win32CORE * CYG17 utf8-paths * CYG21 LibList-Kid.patch * CYG22 cygwin-1.7 hints * CYG23 544-stat * CYG24 build man pages * CYG25 rebase privlib for new archdir dll's use the same rebase address if the old exists * Module-Build-0.36_13 (same fix as in #55162) * Bug#55162 File::Spec::case_tolerant performance * disable ExtUtils::MakeMaker::Coverage in Sys-Syslog Update recommendations from 5.8: ------------------------------- Since 5.10 is not installed in parallel to 5.8 (it is possible, but not with this package), all your old 5.8 modules will need to be reinstalled for 5.10. Your old 5.8 modules are not deleted, just not accessible to 5.10. Non-binary packages can be used by adding /usr/lib/perl5/site_lib/5.8 to your @INC, but the below procedure is recommended to get the latest version for each installed package. This will not harm most of your previous 5.8 modules in case you want to switch back to 5.8, just the /bin scripts might get overwritten. BEFORE INSTALLATION of 5.10 ! # get the list of installed 5.8 modules $ perl -MExtUtils::Installed \ -e'print join("\n", new ExtUtils::Installed->modules)' > module.list AFTER INSTALLATION of 5.10 ! # install all previous modules for 5.10 $ cpan `cat module.list` ======================================================================== To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe to your system. Then, run setup and answer all of the questions. *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the cygwin-announce mailing list, look at the "List-Unsubscribe: " tag in the email header of this message. Send email to the address specified there. It will be in the format: cygwin-announce-unsubscribe-you=yourdomain DOT com AT cygwin DOT com If you need more information on unsubscribing, start reading here: http://sources.redhat.com/lists.html#unsubscribe-simple Please read *all* of the information on unsubscribing that is available starting at this URL. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |