-
-
27 Jul 2021 09:51:54 UTC
- Distribution: Archive-Tar
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (38)
- Testers (1124 / 0 / 0)
- Kwalitee
Bus factor: 5- 77.02% Coverage
- License: perl_5
- Perl: v5.5.30
- Activity
24 month- Tools
- Download (63.68KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Jos Boumans <kane[at]cpan.org>
- Dependencies
- Compress::Zlib
- File::Spec
- IO::Compress::Base
- IO::Compress::Bzip2
- IO::Compress::Gzip
- IO::Zlib
- Test::Harness
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
ptardiff - program that diffs an extracted archive against an unextracted one
DESCRIPTION
ptardiff is a small program that diffs an extracted archive against an unextracted one, using the perl module Archive::Tar. This effectively lets you view changes made to an archives contents. Provide the progam with an ARCHIVE_FILE and it will look up all the files with in the archive, scan the current working directory for a file with the name and diff it against the contents of the archive.
SYNOPSIS
ptardiff ARCHIVE_FILE ptardiff -h $ tar -xzf Acme-Buffy-1.3.tar.gz $ vi Acme-Buffy-1.3/README [...] $ ptardiff Acme-Buffy-1.3.tar.gz > README.patch
OPTIONS
h Prints this help message
SEE ALSO
tar(1), Archive::Tar.
Module Install Instructions
To install Archive::Tar, copy and paste the appropriate command in to your terminal.
cpanm Archive::Tar
perl -MCPAN -e shell install Archive::Tar
For more information on module installation, please visit the detailed CPAN module installation guide.