Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
General
GeneralPortable MacsHardwareNetworking
Applications
Mac ApplicationsEudoraFirefox / MozillaInternet ExplorerOutlook ExpressMS OfficeEntourageExcelPowerPointWordVirtual PCMedia PlayerOther MS Products
Programming
Mac ProgrammingCodeWarriorPerl
Country Specific
Australian Mac GroupUK Mac Group

Mac Forum / Programming / Perl / June 2005



Tip: Looking for answers? Try searching our database.

Did Strict get Stricter?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Elton Hughes - 03 Jun 2005 19:44 GMT
Hello All,

I updated to 10.4.1 not to long ago and ran a script I had been using  
with 10.3.x without problems. Now I was getting error messages that  
did not appear before. It was just some little things that were  
easily fixed, (I re-used some variables that I thought were scoped  
properly), but it did make me wonder what all did change with Perl  
when we went to Tiger.

Thanks,

Elton

=========================================================
 NOVA                        505 W. Olive Ave. Suite 550
 Elton Hughes (IT)                      Sunnyvale CA 94086
 Phone: 408-730-7235                   Fax: 408-730-7643
---------------------------------------------------------
Chris Devers - 03 Jun 2005 19:54 GMT
> I updated to 10.4.1 not to long ago and ran a script I had been using
> with 10.3.x without problems. Now I was getting error messages that
> did not appear before. It was just some little things that were easily
> fixed, (I re-used some variables that I thought were scoped properly),
> but it did make me wonder what all did change with Perl when we went
> to Tiger.

Perl got upgraded from a 5.8.1 beta to 5.8.6 stable.

A 10.3 machine:

   $ sw_vers
   ProductName:    Mac OS X
   ProductVersion: 10.3.9
   BuildVersion:   7W98
   $ perl -v | grep 'This is perl'
   This is perl, v5.8.1-RC3 built for darwin-thread-multi-2level
   $

A 10.4 machine:

   $ sw_vers
   ProductName:    Mac OS X
   ProductVersion: 10.4.1
   BuildVersion:   8B15
   $ perl -v | grep 'This is perl'
   This is perl, v5.8.6 built for darwin-thread-multi-2level
   $

I'm not sure what exactly changed between those versions, but if you
care to you can read the complete changelog -- up through 5.8.7 -- at:

   <http://search.cpan.org/src/NWCLARK/perl-5.8.7/Changes>

You can also look over the perlNNNdelta files to see what major changes
each release delivered:

   <http://search.cpan.org/dist/perl/pod/perl586delta.pod>
   <http://search.cpan.org/dist/perl/pod/perl585delta.pod>
   <http://search.cpan.org/dist/perl/pod/perl584delta.pod>
   <http://search.cpan.org/dist/perl/pod/perl583delta.pod>
   <http://search.cpan.org/dist/perl/pod/perl582delta.pod>
   <http://search.cpan.org/dist/perl/pod/perl581delta.pod>

Signature

Chris Devers

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.