Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix DateTime.Date (RT #114758)'
  • Loading branch information
moritz committed Jan 4, 2013
1 parent 70262f8 commit 6d4b902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Temporal.pm
Expand Up @@ -399,7 +399,7 @@ my class DateTime does Dateish {
}

method Date() {
Date.new(self)
Date.new(:$.year, :$.month, :$.day);
}

method Str() {
Expand Down

0 comments on commit 6d4b902

Please sign in to comment.