Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[cookbook] remove extra semicolon
  • Loading branch information
Paul Cochrane committed May 19, 2015
1 parent 0ef4319 commit 7c839b9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -13,7 +13,7 @@
my $io = IO::Path.new-from-absolute-path("/usr/lib64/libc.so");

say $io.basename;
say $io.dirname;;
say $io.dirname;
say $io.extension;

# vim: expandtab shiftwidth=4 ft=perl6

0 comments on commit 7c839b9

Please sign in to comment.