January 2012 Archives

DateTime is annoying

Am I the only one who always uses

my $dt = DateTime->from_epoch(1327673580);

as opposed to the correct

my $dt = DateTime->from_epoch(epoch => 1327673580);

??

About tobez

user-pic I blog about Perl.