Skip to content

Commit

Permalink
specify carton.lock version
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Jul 1, 2011
1 parent 6276321 commit 9d34f6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Carton.pm
Expand Up @@ -11,6 +11,7 @@ use Carton::Config;
use Carton::Util;
use File::Path;

use constant CARTON_LOCK_VERSION => '0.9';
our $DefaultMirror = 'http://cpan.cpantesters.org/';

sub new {
Expand Down Expand Up @@ -289,6 +290,7 @@ sub build_lock {
return {
modules => \%locals,
version => CARTON_LOCK_VERSION,
};
}
Expand Down

0 comments on commit 9d34f6a

Please sign in to comment.