This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perllocale: Add note about ENVIRONMENT variable
[perl5.git] / pod / perl5190delta.pod
CommitLineData
583aa5c2
RS
1=encoding utf8
2
3=head1 NAME
4
5perl5190delta - what is new for perl v5.19.0
6
7=head1 DESCRIPTION
8
9This document describes differences between the 5.18.0 release and the 5.19.0
10release.
11
12If you are upgrading from an earlier release such as 5.17.0, first read
13L<perl5180delta>, which describes differences between 5.17.0 and 5.18.0.
14
15=head1 Notice
16
17In v5.18.0, quite a few modules were marked for removal. They have now been
18removed. See L<Removed Modules and Pragmata>, below.
19
20=head1 Modules and Pragmata
21
22=head2 Updated Modules and Pragmata
23
24=over 4
25
26=item *
27
28L<Getopt::Std> has been upgraded from version 1.07 to 1.08.
29
30=item *
31
32L<Module::CoreList> has been upgraded from version 2.90 to 2.91.
33
34=item *
35
36L<Storable> has been upgraded from version 2.41 to 2.42.
37
38=item *
39
40L<feature> has been upgraded from version 1.32 to 1.33.
41
42=item *
43
44L<utf8> has been upgraded from version 1.10 to 1.11.
45
46=back
47
48=head2 Removed Modules and Pragmata
49
50The distributions below have been removed from the core, but are still
51available on the CPAN. In many cases, the named distribution includes
52multiple modules, which are not listed individually. For a
53comprehensive list of removals, consult:
54
55 $ corelist --dif 5.18.0 5.19.0 | grep absent
56
57=over
58
59=item Archive-Extract
60
61=item B-Lint
62
63=item CPANPLUS
64
65=item File-CheckTree
66
67=item Log-Message
68
69=item Module-Pluggable
70
71=item Object-Accessor
72
73=item Pod-LaTeX
74
75=item Term-UI
76
77=item Text-Soundex
78
79=back
80
81=head1 Acknowledgements
82
83Perl 5.19.0 represents approximately 0.2857142857 weeks of development
84since Perl 5.18.0 and contains approximately 52,000 lines of changes
85across 310 files from 6 authors.
86
87Perl continues to flourish into its third decade thanks to a vibrant
88community of users and developers. The following people are known to
89have contributed the improvements that became Perl 5.19.0:
90
91Brian Fraser, Chris 'BinGOs' Williams, Karl Williamson, Nicholas Clark,
92Reuben Thomas, Ricardo Signes.
93
94The list above is almost certainly incomplete as it is automatically
95generated from version control history. In particular, it does not
96include the names of the (very much appreciated) contributors who
97reported issues to the Perl bug tracker.
98
99Many of the changes included in this version are the removal of modules
100no longer shipped with Perl's core. We thank those modules for their
101service and wish them luck in their future endeavors.
102
103For a more complete list of all of Perl's historical contributors,
104please see the F<AUTHORS> file in the Perl source distribution.
105
106=head1 Reporting Bugs
107
108If you find what you think is a bug, you might check the articles recently
109posted to the comp.lang.perl.misc newsgroup and the perl bug database at
110http://rt.perl.org/perlbug/ . There may also be information at
111http://www.perl.org/ , the Perl Home Page.
112
113If you believe you have an unreported bug, please run the L<perlbug> program
114included with your release. Be sure to trim your bug down to a tiny but
115sufficient test case. Your bug report, along with the output of C<perl -V>,
116will be sent off to perlbug@perl.org to be analysed by the Perl porting team.
117
118If the bug you are reporting has security implications, which make it
119inappropriate to send to a publicly archived mailing list, then please send it
120to perl5-security-report@perl.org. This points to a closed subscription
121unarchived mailing list, which includes all the core committers, who will be
122able to help assess the impact of issues, figure out a resolution, and help
123co-ordinate the release of patches to mitigate or fix the problem across all
124platforms on which Perl is supported. Please only use this address for
125security issues in the Perl core, not for modules independently distributed on
126CPAN.
127
128=head1 SEE ALSO
129
130The F<Changes> file for an explanation of how to view exhaustive details on
131what changed.
132
133The F<INSTALL> file for how to build Perl.
134
135The F<README> file for general stuff.
136
137The F<Artistic> and F<Copying> files for copyright information.
138
139=cut