
File::stripnondeterminism is a perl module for stripping bits of non-deterministic information, such as timestamps and file system order, from files such as gzipped files, zip archives, and jar files. it can be used as a post-processing step to make a build reproducible, when the build process itself cannot be made deterministic. it is used as part of the reproducible builds project.
this package contains the perl module.