Skip to content

Instantly share code, notes, and snippets.

@perlpilot
Created August 8, 2011 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save perlpilot/1132392 to your computer and use it in GitHub Desktop.
Save perlpilot/1132392 to your computer and use it in GitHub Desktop.
nom time problems.
/home/duff/git/rakudo [nom $% u=]
$ perl6
> pir::time__n
1312828678.87089
> Instant.from-posix: 7
Instant:17
> Instant.from-posix: 1312828678
Instant:1312828712
> Instant.from-posix: 1312828678.87089
no bigint lib loaded
> Instant.from-posix: pir::time__n
# Hangs here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment