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:
parent
57e13adb35
commit
fcb048e838
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ sub as_num {
|
||||||
|
|
||||||
sub dotted {
|
sub dotted {
|
||||||
my $self = shift;
|
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 {
|
sub year {
|
||||||
|
|
Loading…
Add table
Reference in a new issue