Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes misplaced comma that Moose didn't warn us about.
  • Loading branch information
oalders committed Apr 16, 2014
1 parent 1c52882 commit 2a59e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Document/Release.pm
Expand Up @@ -122,7 +122,7 @@ has [qw(license version author archive)] => (
has date => (
is => 'ro',
required => 1,
isa => 'DateTime,'
isa => 'DateTime',
);

has download_url => (
Expand Down

0 comments on commit 2a59e2b

Please sign in to comment.