Bug#817925: add "$t ="

積丹尼 Dan Jacobson jidanni at jidanni.org
Fri Mar 11 17:03:54 UTC 2016


Package: perl-doc
Version: 5.22.1-8
Severity: wishlist
File: /usr/share/man/man3/Time::Piece.3perl.gz

Please change

           $t->add_months(6);
           $t->add_years(5);

to

           $t = $t->add_months(6);
           $t = $t->add_years(5);

else everybody will think they don't need the "$t ="!




More information about the Perl-maintainers mailing list