Skip to content

Commit

Permalink
Switch .Int to .floor for pugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
colomon committed Feb 24, 2012
1 parent 54bd8ba commit 17034f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S16-filehandles/mkdir_rmdir.t
Expand Up @@ -7,7 +7,7 @@ if $*OS eq "browser" {
exit;
}

my $root = "mkdir-t-testfile-" ~ 1000000.rand.Int;
my $root = "mkdir-t-testfile-" ~ 1000000.rand.floor;

say $root;

Expand Down

0 comments on commit 17034f7

Please sign in to comment.