Skip to content

Commit

Permalink
Stop treating 'author' and 'authority' fields as 'auth'
Browse files Browse the repository at this point in the history
  • Loading branch information
ugexe committed Apr 28, 2018
1 parent 6ba157d commit 7362339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Zef/Distribution.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class Zef::Distribution does Distribution is Zef::Distribution::DependencySpecif
(::("Distribution::Hash").new(self.?meta || $.hash, :prefix(self.?IO // $*CWD)) but role {
method name { self.meta<name> }
method ver { self.meta<ver> // self.meta<version> }
method auth { self.meta<auth> // self.meta<authority> // self.meta<author> }
method auth { self.meta<auth> }
});
}
}

0 comments on commit 7362339

Please sign in to comment.