Skip to content

Commit

Permalink
*Really* fix IO fallout - Bump version 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Logan committed Apr 15, 2017
1 parent 2e090dc commit 58099c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"perl" : "6",
"name" : "zef",
"version" : "0.1.8",
"version" : "0.1.9",
"auth" : "github:ugexe",
"description" : "It's like [cpanm] wearing high heels with a tracksuit",
"depends" : [ ],
Expand Down
1 change: 0 additions & 1 deletion t/utils-filesystem.t
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ subtest {
mkdir($_) and @delete-us.append($_) with ~$save-to;
my $sub-folder = $save-to.child('deleteme-subfolder');
mkdir($_) and @delete-us.append($_) with ~$sub-folder;
@delete-us.append(mkdir(~$sub-folder));

# create 2 test files, one in each directory we created above
my $save-to-file = $save-to.child('base-delete.me');
Expand Down

0 comments on commit 58099c6

Please sign in to comment.