1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00

silenced uuv

This commit is contained in:
Kenichi Ishigaki 2016-01-11 19:32:19 +09:00
parent 57e13adb35
commit fcb048e838

View file

@ -360,7 +360,7 @@ sub as_num {
sub dotted {
my $self = shift;
join '.', map {$_ + 0} $self->[3] + 0 ? @$self : @$self[0..2];
join '.', map {$_ + 0} ($self->[3] && $self->[3] + 0) ? @$self : @$self[0..2];
}
sub year {