Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Just use the recommended name for META6.json
META.info support is on its way out of the toolchain.
  • Loading branch information
niner committed Jan 17, 2017
1 parent a0e211f commit 12d2cb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion configure.pl6
Expand Up @@ -41,7 +41,7 @@ sub install() {
).first(*.can-install)
or die "Cannot find a repository to install to";
say "Installing into $repo";
my $dist = Distribution::Path.new($*CWD, :file('META.info'.IO), :meta-file('META.info'.IO));
my $dist = Distribution::Path.new($*CWD);

# workaround for missing proper handling of libraries in Distribution::Path
my $p5helper = p5helper;
Expand Down

0 comments on commit 12d2cb0

Please sign in to comment.