Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "add 'distribution' field support for Distribution objects"
This reverts commit 11c5518.

seems like it's not supported for all searches... removing for now
to avoid confusion.
  • Loading branch information
mickeyn committed Apr 21, 2014
1 parent 11c5518 commit cd8fedf
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 distribution>;
my @known_fields = qw<name bugs>;

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

0 comments on commit cd8fedf

Please sign in to comment.