Help for this page
#!/usr/bin/env perl use strict; ... is $duration->days, 2, 'Without delta, less than a week'; is $duration->delta_days, 2, 'With delta, less than a week';