Stephen Adkins wrote:

> Hi,
> 
> Does anyone know where I can find change logs from the
> various versions of Perl so that I can tell when a certain
> feature was introduced?


you are looking for perldelta.pod files which tells you the delta regarding the 
previous version. 


So in 5.6.1 you will learn what's new since 5.005.x:


e.g more perl-5.6.1/pod/perldelta.pod:

------------------
=head1 NAME

perldelta - what's new for perl v5.6.x

=head1 DESCRIPTION

This document describes differences between the 5.005 release and the 
5.6.1 release.
------------------

I don't think there is a centralized place for these. Could be a good 
idea to collect these in one place. Nat, do you think perl.com could do 
this?


_____________________________________________________________________
Stas Bekman             JAm_pH      --   Just Another mod_perl Hacker
http://stason.org/      mod_perl Guide   http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/

Reply via email to