-
-
12 Oct 2018 07:59:25 UTC
- Distribution: App-CpanfileSlipstop
- Module version: 0.02
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (0)
- Testers (550 / 8 / 0)
- Kwalitee
Bus factor: 0- 56.15% Coverage
- License: perl_5
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (46.43KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
cpanfile-slipstop - write installed module versions back to cpanfile
SYNOPSIS
# update moduels & write versions from cpanfile.snapshot to cpanfile > carton update > cpanfile-slipstop # write module versions as 'minimum' > cpanfile-slipstop --stopper=minimum # only see versions to write > cpanfile-slipstop --dry-run # remove current version specification from cpanfile > cpanfile-slipstop --remove
OPTIONS
--stopper=identifier (default: exact) type of version constraint exact : '== 1.00' minimum : '1.00' (same as >= 1.00) maximum : '<= 1.00' --dry-run do not save to cpanfile --with-core write core module versions --silent stop to output versions --cpanfile=path (default: ./cpanfile) --snapshot=path (default: ./cpanfile.snapshot) specify cpanfile and cpanfile.snapshot location --remove delete all version specifications from cpanfile -h, --help show this help
DESCRIPTION
cpanfile-slipstop
is a support tool for more definite and safety version bundling on cpanfile and Carton.The
carton install
command checks only to satisfy version specifications in cpanfile andlocal/
. Even if some module versions are updated in cpanfile.snapshot, the saved versions are not referred until you need to install it. This sometimes causes confusion and version discrepancy between development environment and production. This tool writes versions snapshot to cpanfile to fix module versions.SEE ALSO
Carton, Module::CPANfile, CPAN::Meta::Requirements
LICENSE
Copyright (C) pokutuna.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
pokutuna <popopopopokutuna@gmail.com>
Module Install Instructions
To install App::CpanfileSlipstop, copy and paste the appropriate command in to your terminal.
cpanm App::CpanfileSlipstop
perl -MCPAN -e shell install App::CpanfileSlipstop
For more information on module installation, please visit the detailed CPAN module installation guide.