Bug#707670: fix lvalue example

jidanni at jidanni.org jidanni at jidanni.org
Fri May 10 03:22:39 UTC 2013


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

Kindly change the misleading examples!

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

to

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

Thank you!

http://www.google.com/search?q=add_months+doesn%27t+work+perl




More information about the Perl-maintainers mailing list