In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/8dad89f0f488f99f930bb2955b564838f54816fa?hp=50621bf1d40510490a77db174fbc16c1fbfb8aea>
- Log ----------------------------------------------------------------- commit 8dad89f0f488f99f930bb2955b564838f54816fa Author: Dagfinn Ilmari Mannsåker <[email protected]> Date: Sun Jul 23 20:22:46 2017 +0100 Fix typo of deprecate.pm in Maintainers.pl ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index ccde06feab..961f23ca28 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -85,7 +85,7 @@ use File::Glob qw(:case); # DEPRECATED contains the *first* version of Perl in which the module # was considered deprecated. It should only be present if the module is -# actually deprecated. Such modules should use deprecated.pm to +# actually deprecated. Such modules should use deprecate.pm to # issue a warning if used. E.g.: # # use if $] >= 5.011, 'deprecate'; -- Perl5 Master Repository
