Re: ActiveState releases ActivePerl 5.8.8.822
am 07.08.2007 01:23:29 von listmail
This is a multi-part message in MIME format.
--===============1099173344==
Content-Type: multipart/alternative;
boundary="------------050205090505060109050807"
This is a multi-part message in MIME format.
--------------050205090505060109050807
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
>>
http://aspn.activestate.com/ASPN/docs/ActivePerl/5.8/install .html#upgrade_58
>> If your |site\lib| has been created with ActivePerl 817 or earlier,
then you need to completely remove the whole directory tree, do a clean
installation, and reinstall your modules with PPM. This is necessary
because in ActivePerl 818 the order of |lib| and |site\lib| in |>> @INC|
has been reversed, and all bundled modules now reside in the |lib|
directory. Having older versions of these bundled modules in |site\lib|
at the front of |@INC| results in a broken installation.
I've ran 817 for the longest and it is nice to run across a note like
this in which I can keep in mind I upgrade 8.22.
>> Alternatively, you can use *PPM-Profile* to help save and restore
your locally installed PPM packages.
Is this an applicable option to 817 and earlier? More preferably can
anyone share any experience(s) with rebuilding a large perl install from
817 (or earlier) using this method?
Jan Dubois wrote:
> ActiveState is pleased to announce ActivePerl 5.8.8.822, a maintenance
> release of the complete, ready-to-install Perl distribution for Windows,
> Mac OS X, Linux, Solaris, AIX and HP-UX.
>
> For detailed information or to download ActivePerl, see:
> http://www.activestate.com/products/activeperl/
>
> == New in ActivePerl 5.8.8.822 ==
>
> Maintenance release with updates including:
>
> * Several hundred updates and bug fixes from the core Perl repository
> * Bundled modules updated to the latest released versions
> * Enhanced support for MinGW
> * Improved Windows installers
>
> Download ActivePerl 5.8.8.822 now:
> http://www.activestate.com/store/activeperl
>
> === Getting Started ===
>
> Whether you're a first-time user or a long-time fan, our free resources
> will help you get the most from ActivePerl.
>
> User forums and FAQs:
> http://community.activestate.com/products/ActivePerl
>
> Mailing list archives:
> http://aspn.activestate.com/ASPN/Mail/?topic=Perl
>
> Documentation:
> http://aspn.activestate.com/ASPN/docs/ActivePerl
>
> === Feedback ===
>
> Everyone is encouraged to participate in making Perl an even better
> language. For bugs related to the ActivePerl, please use:
> http://bugs.ActiveState.com/ActivePerl
>
>
> _______________________________________________
> ActivePerl mailing list
> ActivePerl@listserv.ActiveState.com
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
>
--------------050205090505060109050807
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
>>
>> If your site\lib
has been created with
ActivePerl 817 or earlier, then you need to completely remove the whole
directory tree, do a clean installation, and reinstall your modules
with PPM. This is necessary because in ActivePerl 818 the order of lib
and site\lib
in >> @INC
has been
reversed, and all bundled modules now reside in the lib
directory. Having older versions of these bundled modules in site\lib
at the front of @INC
results in a broken installation.
I've ran 817 for the longest and it is nice to run across a note like
this in which I can keep in mind I upgrade 8.22.
>> Alternatively, you can use PPM-Profile to
help save and restore your locally installed PPM packages.
Is this an applicable option to 817 and earlier? More preferably
can anyone share any experience(s) with rebuilding a large perl install
from 817 (or earlier) using this method?
Jan Dubois wrote:
ActiveState is pleased to announce ActivePerl 5.8.8.822, a maintenance
release of the complete, ready-to-install Perl distribution for Windows,
Mac OS X, Linux, Solaris, AIX and HP-UX.
For detailed information or to download ActivePerl, see:
== New in ActivePerl 5.8.8.822 ==
Maintenance release with updates including:
* Several hundred updates and bug fixes from the core Perl repository
* Bundled modules updated to the latest released versions
* Enhanced support for MinGW
* Improved Windows installers
Download ActivePerl 5.8.8.822 now:
=== Getting Started ===
Whether you're a first-time user or a long-time fan, our free resources
will help you get the most from ActivePerl.
User forums and FAQs:
Mailing list archives:
Documentation:
=== Feedback ===
Everyone is encouraged to participate in making Perl an even better
language. For bugs related to the ActivePerl, please use:
_______________________________________________
ActivePerl mailing list
To unsubscribe:
--------------050205090505060109050807--
--===============1099173344==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
--===============1099173344==--
RE: ActiveState releases ActivePerl 5.8.8.822
am 09.08.2007 06:41:05 von Jan Dubois
This is a multipart message in MIME format.
--===============1039198955==
Content-Type: multipart/alternative;
boundary="----=_NextPart_000_0217_01C7DA04.D33E0550"
Content-Language: en-ca
This is a multipart message in MIME format.
------=_NextPart_000_0217_01C7DA04.D33E0550
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
Yes, you can use PPM-Profile to transfer your modules from 817 or earlier to a later ActivePerl release.
The main caveat is that it will only restore modules that:
a) have been installed by PPM originally
b) still exist in the PPM repository
Modules will also not be restored to exactly the same version, but to the latest version available from the repository.
Cheers,
-Jan
From: activeperl-bounces@listserv.ActiveState.com [mailto:activeperl-bounces@listserv.ActiveState.com] On Behalf Of listmail
Sent: August 6, 2007 4:23 PM
To: activeperl@activestate.com
Subject: Re: ActiveState releases ActivePerl 5.8.8.822
>> http://aspn.activestate.com/ASPN/docs/ActivePerl/5.8/install .html#upgrade_58
>> If your site\lib has been created with ActivePerl 817 or earlier, then you need to completely remove the whole directory tree, do
a clean installation, and reinstall your modules with PPM. This is necessary because in ActivePerl 818 the order of lib and site\lib
in >> @INC has been reversed, and all bundled modules now reside in the lib directory. Having older versions of these bundled
modules in site\lib at the front of @INC results in a broken installation.
I've ran 817 for the longest and it is nice to run across a note like this in which I can keep in mind I upgrade 8.22.
>> Alternatively, you can use PPM-Profile to help save and restore your locally installed PPM packages.
Is this an applicable option to 817 and earlier? More preferably can anyone share any experience(s) with rebuilding a large perl
install from 817 (or earlier) using this method?
Jan Dubois wrote:
ActiveState is pleased to announce ActivePerl 5.8.8.822, a maintenance
release of the complete, ready-to-install Perl distribution for Windows,
Mac OS X, Linux, Solaris, AIX and HP-UX.
For detailed information or to download ActivePerl, see:
http://www.activestate.com/products/activeperl/
== New in ActivePerl 5.8.8.822 ==
Maintenance release with updates including:
* Several hundred updates and bug fixes from the core Perl repository
* Bundled modules updated to the latest released versions
* Enhanced support for MinGW
* Improved Windows installers
Download ActivePerl 5.8.8.822 now:
http://www.activestate.com/store/activeperl
=== Getting Started ===
Whether you're a first-time user or a long-time fan, our free resources
will help you get the most from ActivePerl.
User forums and FAQs:
http://community.activestate.com/products/ActivePerl
Mailing list archives:
http://aspn.activestate.com/ASPN/Mail/?topic=Perl
Documentation:
http://aspn.activestate.com/ASPN/docs/ActivePerl
=== Feedback ===
Everyone is encouraged to participate in making Perl an even better
language. For bugs related to the ActivePerl, please use:
http://bugs.ActiveState.com/ActivePerl
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
------=_NextPart_000_0217_01C7DA04.D33E0550
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" =
xmlns=3D"http://www.w3.org/TR/REC-html40">
charset=3Dus-ascii">
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif" ;
color:#1F497D'>Yes, you can use PPM-Profile to transfer your modules =
from 817
or earlier to a later ActivePerl release.
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif" ;
color:#1F497D'>
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif" ;
color:#1F497D'>The main caveat is that it will only restore modules =
that:
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif" ;
color:#1F497D'>
level1 lfo1'>
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif" ;color:#1F497=
D'>
style=3D'mso-list:Ignore'>a)
Roman"'>
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif" ;
color:#1F497D'>have been installed by PPM =
originally
level1 lfo1'>
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif" ;color:#1F497=
D'>
style=3D'mso-list:Ignore'>b)
Roman"'>
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif" ;
color:#1F497D'>still exist in the PPM repository
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif" ;
color:#1F497D'>
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif" ;
color:#1F497D'>Modules will also not be restored to exactly the same =
version,
but to the latest version available from the =
repository.
style=3D'font-size:11.0pt;
font-family:"Calibri","sans-serif";color:#1F497D'>
>
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif" ;
color:#1F497D'>Cheers,
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif" ;
color:#1F497D'>-Jan
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif" ;
color:#1F497D'>
style=3D'font-size:11.0pt;font-family:"Calibri","sans-serif" ;
color:#1F497D'>
0cm 4.0pt'>
0cm 0cm 0cm'>
style=3D'font-size:10.0pt;font-family:"Tahoma","sans-serif";
color:windowtext'>From:
style=3D'font-size:10.0pt;font-family:
"Tahoma","sans-serif";color:windowtext'> =
activeperl-bounces@listserv.ActiveState.com
[mailto:activeperl-bounces@listserv.ActiveState.com] On Behalf Of =
listmail
Sent: August 6, 2007 4:23 PM
To: activeperl@activestate.com
Subject: Re: ActiveState releases ActivePerl =
5.8.8.822
>>
href=3D"http://aspn.activestate.com/ASPN/docs/ActivePerl/5.8 /install.html=
#upgrade_58">http://aspn.activestate.com/ASPN/docs/ActivePer l/5.8/install=
..html#upgrade_58
>> If your
style=3D'font-size:10.0pt'>site\lib
has been created with ActivePerl 817 or earlier, then you need to =
completely
remove the whole directory tree, do a clean installation, and reinstall =
your
modules with PPM. This is necessary because in ActivePerl 818 the order =
of
style=3D'font-size:10.0pt'>lib
and
style=3D'font-size:
10.0pt'>site\lib
in
style=3D'font-size:10.0pt'>>>
@INC
has been reversed, and all bundled modules now reside =
in the
lib
directory. =
Having older
versions of these bundled modules in
style=3D'font-size:10.0pt'>site\lib
at the front of
style=3D'font-size:10.0pt'>@INC
results
in a broken installation.
I've ran 817 for the longest and it is nice to run across a note like =
this in
which I can keep in mind I upgrade 8.22.
>> Alternatively, you can use PPM-Profile to =
help
save and restore your locally installed PPM packages.
Is this an applicable option to 817 and earlier? More =
preferably can
anyone share any experience(s) with rebuilding a large perl install from =
817
(or earlier) using this method?
Jan Dubois wrote:
ActiveState is pleased to announce ActivePerl 5.8.8.822, a =
maintenance
release of the complete, =
ready-to-install Perl distribution for Windows,
Mac =
OS X, Linux, Solaris, AIX and =
HP-UX.
For detailed =
information or to download ActivePerl, =
see:
href=3D"http://www.activestate.com/products/activeperl/">http://www.activ=
estate.com/products/activeperl/
>
== New in ActivePerl 5.8.8.822 =
==
Maintenance =
release with updates =
including:
* Several =
hundred updates and bug fixes from the core Perl =
repository
* Bundled modules updated to the latest =
released versions
* Enhanced support for =
MinGW
* Improved Windows =
installers
Download =
ActivePerl 5.8.8.822 now:
href=3D"http://www.activestate.com/store/activeperl">http://www.activesta=
te.com/store/activeperl
<=
pre>===3D Getting Started =
===3D
Whether =
you're a first-time user or a long-time fan, our free resources =
will help you get the most from ActivePerl. =
User forums and =
FAQs:
href=3D"http://community.activestate.com/products/ActivePerl">http://comm=
unity.activestate.com/products/ActivePerl
&=
nbsp;
Mailing list =
archives:
href=3D"http://aspn.activestate.com/ASPN/Mail/?topic=3DPerl">http://aspn.=
activestate.com/ASPN/Mail/?topic=3DPerl
&nb=
sp;
Documentation:
 =
;
href=3D"http://aspn.activestate.com/ASPN/docs/ActivePerl">http://aspn.act=
ivestate.com/ASPN/docs/ActivePerl
:p>
===3D Feedback =
===3D
Everyone is =
encouraged to participate in making Perl an even =
better
language. For bugs related to the =
ActivePerl, please use:
href=3D"http://bugs.ActiveState.com/ActivePerl">http://bugs.ActiveState.c=
om/ActivePerl
&=
nbsp;
_______________________________________________
>
ActivePerl mailing list
href=3D"mailto:ActivePerl@listserv.ActiveState.com">ActivePerl@listserv.A=
ctiveState.com
To unsubscribe:
href=3D"http://listserv.ActiveState.com/mailman/mysubs">http://listserv.A=
ctiveState.com/mailman/mysubs
=
------=_NextPart_000_0217_01C7DA04.D33E0550--
--===============1039198955==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
--===============1039198955==--