Skip to content

Commit

Permalink
Build results of 81ea208 (on master)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Mar 6, 2015
1 parent c188482 commit c043fe8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for Dist-Zilla-Plugin-MetaData-BuiltWith

1.004002 2015-03-06T22:41:33Z e74a659
1.004002 2015-03-06T23:08:04Z 81ea208
[Dependencies::Stats]
- Dependencies changed since 1.004001, see misc/*.deps* for details
- configure: (recommends: ↓1)
Expand Down
5 changes: 3 additions & 2 deletions lib/Dist/Zilla/Plugin/MetaData/BuiltWith.pm
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,9 @@ around dump_config => config_dumper( __PACKAGE__,
},
);

__PACKAGE__->meta->make_immutable;
no Moose;

sub _config {
my $self = shift;
return () unless $self->show_config;
Expand Down Expand Up @@ -461,8 +464,6 @@ EOF
return;
}

__PACKAGE__->meta->make_immutable;
no Moose;
1;

__END__
Expand Down

0 comments on commit c043fe8

Please sign in to comment.