http://qs321.pair.com?node_id=569009


in reply to Re: Adding to dates
in thread Adding to dates

A little improvement is to include the duration definition in the add call:
$date->add( months => 1, end_of_month => 'preserve' );
Then you don't need the use DateTime::Duration either.