Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lib/Bamboo.pm6
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
unit class Bamboo;

use v6;

unit class Bamboo;

use Panda;
use Panda::App;
use JSON::Fast;
Expand Down Expand Up @@ -51,4 +51,4 @@ method install() {
method generate-meta(%meta) {
# TODO: behave differently if META.info already exists?
spurt $!path ~ '/' ~ @config-files[0], to-json(%meta), :createonly;
}
}