Result for 67D336ED39215328CA11FDCD9F7692EAE7F6ED83

Query result

Key Value
FileName./usr/share/licenses/perl-Git/LICENSE
FileSize18256
MD5126B922299B49A7D424C9D500BC3AF3B
SHA-167D336ED39215328CA11FDCD9F7692EAE7F6ED83
SHA-256BA7219BC9AEF9429B897FF04EF9F0217C238223860BECE8635EFEC17DE73CE2C
SSDEEP384:rhUwi5rpL676yV12rPd34ZomzM2FR+dWF7jUI:rmFWixMFzMdm7jUI
TLSHT11482A42E770443F205C202A16A4F68DFA32AD5B9723E1155386DC15E236FE35C3BFA99
hashlookup:parent-total1
hashlookup:trust55

Network graph view

Parents (Total: 1)

The searched file hash is included in 1 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
MD50E265D96C5EFBD2B380D5129A342DC24
PackageArchnoarch
PackageDescription[MAINTAINER NOTE: This is Git.pm, plus the other files in the perl/Git directory, from github's git/git, which is a mirror of the git source. I (cpan msouth, or current maintainer) update the VERSION string (necessary on CPAN because of another CPAN distribution that confused the CPAN toolchain about which was the actual official Git.pm), add this explanatory paragraph, and use Dist::Zilla to package and release on CPAN. The only reason that I know of that you would need this is if you are using something like Git::Hooks and you are using a perlbrewed (or otherwise separate) perl from the one git is using on your system (e.g. if you have a dev perl that’s separate from system perl, and git uses the system perl. Then the Git.pm gets installed in the system lib and you have no way of getting it from CPAN, so your code--that uses modules that depend on Git.pm--doesn’t work). I try to keep this up to date, so that if you do pull this from CPAN it will be, hopefully, identical in functionality to the Git.pm and Git/*.pm from the git distribution. If that is not the case, contact me and I'll look into it.] This module provides Perl scripts easy way to interface the Git version control system. The modules have an easy and well-tested way to call arbitrary Git commands; in the future, the interface will also provide specialized methods for doing easily operations which are not totally trivial to do over the generic command interface. While some commands can be executed outside of any context (e.g. 'version' or 'init'), most operations require a repository context, which in practice means getting an instance of the Git object using the repository() constructor. (In the future, we will also get a new_repository() constructor.) All commands called as methods of the object are then executed in the context of the repository. Part of the "repository state" is also information about path to the attached working copy (unless you work with a bare repository). You can also navigate inside of the working copy using the 'wc_chdir()' method. (Note that the repository object is self-contained and will not change working directory of your process.) TODO: In the future, we might also do my $remoterepo = $repo->remote_repository (Name => 'cogito', Branch => 'master'); $remoterepo ||= Git->remote_repository ('http://git.or.cz/cogito.git/'); my @refs = $remoterepo->refs(); Currently, the module merely wraps calls to external Git tools. In the future, it will provide a much faster way to interact with Git by linking directly to libgit. This should be completely opaque to the user, though (performance increase notwithstanding).
PackageNameperl-Git
PackageRelease1.39
PackageVersion0.42
SHA-1F5FB8C7E329E1F20D775B5115ADDBBC3B4D4C464
SHA-256E547249C4A5112B8D6F1D0918E89B6025F8AAAEC904CC720714C74742EBEDEBC