carton

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

      > cat cpanfile
      requires 'Plack', 0.9980;
      requires 'Starman', 0.2000;
  
      > carton install
      > git add cpanfile carton.lock
      > git commit -m "add Plack and Starman"

      # Other developer's machine, or on a deployment box
      > carton install
      > carton exec -Ilib -- starman -p 8080 myapp.psgi

WARNING
    This software is under heavy development and considered ALPHA quality
    till its version hits v1.0.0. Things might be broken, not all features
    have been implemented, and APIs are likely to change. YOU HAVE BEEN
    WARNED.

DESCRIPTION
    carton is a command line tool to track the Perl module dependencies for
    your Perl application. The managed dependencies are tracked in a

lib/Carton.pm  view on Meta::CPAN

  > cat cpanfile
  requires 'Plack', 0.9980;
  requires 'Starman', 0.2000;
  
  > carton install
  > git add cpanfile carton.lock
  > git commit -m "add Plack and Starman"

  # Other developer's machine, or on a deployment box
  > carton install
  > carton exec -Ilib -- starman -p 8080 myapp.psgi

=head1 WARNING

B<This software is under heavy development and considered ALPHA
quality till its version hits v1.0.0. Things might be broken, not all
features have been implemented, and APIs are likely to change. YOU
HAVE BEEN WARNED.>

=head1 DESCRIPTION



( run in 1.771 second using v1.01-cache-2.11-cpan-e93a5daba3e )