Skip to content

Commit

Permalink
add 'distribution' field support for Distribution objects
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed Apr 21, 2014
1 parent 560005f commit 11c5518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Client/Distribution.pm
Expand Up @@ -7,7 +7,7 @@ use Moo;

with 'MetaCPAN::Client::Role::Entity';

my @known_fields = qw<name bugs>;
my @known_fields = qw<name bugs distribution>;

foreach my $field (@known_fields) {
has $field => (
Expand Down

0 comments on commit 11c5518

Please sign in to comment.