Skip to content

Commit

Permalink
[core/Instant] added 'Real' role as per spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Masak committed Sep 16, 2010
1 parent f11a044 commit 705379c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Instant.pm
@@ -1,6 +1,6 @@
use v6;

class Instant {
class Instant does Real {
has Rat $.x;
# A linear count of seconds since 1970-01-01T00:00:00Z, plus
# tai-utc::initial-offset. Thus, $.x matches TAI from 1970
Expand Down

0 comments on commit 705379c

Please sign in to comment.