Skip to content

Instantly share code, notes, and snippets.

@yappo
Last active December 24, 2015 23:29
Show Gist options
  • Save yappo/6880687 to your computer and use it in GitHub Desktop.
Save yappo/6880687 to your computer and use it in GitHub Desktop.
# carton snapshot format: version 1.0
DISTRIBUTIONS
Imager-0.97
pathname: T/TO/TONYC/Imager-0.97.tar.gz
provides:
Imager 0.97
Imager::Color 1.011
Imager::Color::Float 1.005
Imager::Color::Table 1.003
Imager::CountColor 0.02
Imager::Expr 1.006
Imager::Expr::Assem 1.003
Imager::Expr::Infix 1.006
Imager::Expr::Postfix 1.006
Imager::ExtUtils 1.002
Imager::FORMATS 0.97
Imager::File::CUR undef
Imager::File::ICO 0.03
Imager::File::SGI 0.03
Imager::Fill 1.012
Imager::Filter::DynTest 0.02
Imager::Filter::Flines 0.03
Imager::Filter::Mandelbrot 0.03
Imager::Font 1.037
Imager::Font::BBox 1.006
Imager::Font::FreeType2 1.020
Imager::Font::Image undef
Imager::Font::Test 1.0001
Imager::Font::Truetype 1.012
Imager::Font::Type1 1.012
Imager::Font::Wrap 1.003
Imager::Fountain 1.007
Imager::IO 0.97
Imager::Matrix2d 1.011
Imager::Preprocess 1.000
Imager::Probe 1.002
Imager::Regops undef
Imager::Test 1.002
Imager::Test::OverUtf8 1.002
Imager::Transform 1.006
requirements:
ExtUtils::MakeMaker 0
Scalar::Util 1
Test::More 0.47
XSLoader 0
Imager-File-PNG-0.89
pathname: T/TO/TONYC/Imager-File-PNG-0.89.tar.gz
provides:
Imager::File::PNG 0.89
requirements:
ExtUtils::MakeMaker 0
Imager 0.90
XSLoader 0
$ carton install
Installing modules using /private/tmp/im/cpanfile
Successfully installed Imager-0.97
Successfully installed Imager-File-PNG-0.89
Imager::File::JPEG is up to date. (0.88)
2 distributions installed
Complete! Modules were installed into /private/tmp/im/local
$ cat cpanfile
requires 'Imager';
requires 'Imager::File::JPEG';
requires 'Imager::File::PNG';
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment