Skip to content

Commit

Permalink
Sort release 'provides' array
Browse files Browse the repository at this point in the history
No reason not to; aids testing.
  • Loading branch information
rwstauner committed Jan 15, 2015
1 parent 032e592 commit 1798914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Script/Release.pm
Expand Up @@ -466,7 +466,7 @@ sub import_tarball {
}
}
if (@provides) {
$release->provides( \@provides );
$release->provides( [ sort @provides ] );
$release->put;
}
$bulk->commit;
Expand Down

0 comments on commit 1798914

Please sign in to comment.