Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unbitrot::Utils, script placeholder
  • Loading branch information
AlexDaniel committed Feb 8, 2019
1 parent c029ea6 commit 6524317
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions bin/update-issues.p6
@@ -0,0 +1,11 @@
use Unbitrot::Utils;

unit main multi MAIN(
I know what I'm doing,
$token,
IO() $blin-data = data.json,
);

my $data = from-json slurp $blin-data;

my @issues = get-issues;
2 changes: 1 addition & 1 deletion lib/Utils.pm6 → lib/Unbitrot/Utils.pm6
@@ -1,6 +1,6 @@
use v6;

unit module Utils;
unit module Unbitrot::Utils;

use Cro::HTTP::Client;

Expand Down

0 comments on commit 6524317

Please sign in to comment.